From 94a033160303de579bff69aa0fb1cb93a3f890d7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 17 Mar 2014 13:49:56 +0100 Subject: [PATCH] [ticket/12282] Add new line at EOF of the interface PHPBB3-12282 --- phpBB/phpbb/db/driver/driver_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/driver/driver_interface.php b/phpBB/phpbb/db/driver/driver_interface.php index 56794b038a..a9051616c9 100644 --- a/phpBB/phpbb/db/driver/driver_interface.php +++ b/phpBB/phpbb/db/driver/driver_interface.php @@ -352,4 +352,4 @@ interface driver_interface * @return string A SQL statement like: "IN (1, 2, 3, 4)" or "= 1" */ public function sql_in_set($field, $array, $negate = false, $allow_empty_set = false); -} \ No newline at end of file +}