diff options
Diffstat (limited to 'maintenance/sqlite.inc')
-rw-r--r-- | maintenance/sqlite.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc index a8a1fce6..16568ac7 100644 --- a/maintenance/sqlite.inc +++ b/maintenance/sqlite.inc @@ -43,6 +43,8 @@ class Sqlite { * Checks given files for correctness of SQL syntax. MySQL DDL will be converted to * SQLite-compatible during processing. * Will throw exceptions on SQL errors + * @param $files + * @throws MWException * @return mixed true if no error or error string in case of errors */ public static function checkSqlSyntax( $files ) { |