mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12282] Add new line at EOF of the interface
PHPBB3-12282
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user