X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsqlite.inc;h=16568ac7154aebc88c425f636bc4213834e1ccfe;hb=9b1f99f39f7364b9a35c44471922406a2c17c41f;hp=a8a1fce680c9b1e0cdd0c8311e7a90bd2bf3815f;hpb=f6cbdfb5e2c3ffc05858612e219a24e22bdbc72e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc index a8a1fce680..16568ac715 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 ) {