1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/12282] Add new line at EOF of the interface

PHPBB3-12282
This commit is contained in:
Joas Schilling 2014-03-17 13:49:56 +01:00
parent 11a9104b8a
commit 94a0331603

View File

@ -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);
}
}