[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" * @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); public function sql_in_set($field, $array, $negate = false, $allow_empty_set = false);
} }