X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fsqlite.inc;h=5c0fd07fbb92aaa7164f8b3dba6e0b36ffa5bfbb;hb=6fcd6ad4b56b487202dfa5f0b0273e009889c9c3;hp=43b259806cc316a1e05bb8f66e5dae61f9ad0fb8;hpb=18926a3e2a5d166d590a9cfb75a01840e7562cf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc index 43b259806c..5c0fd07fbb 100644 --- a/maintenance/sqlite.inc +++ b/maintenance/sqlite.inc @@ -42,7 +42,7 @@ class Sqlite { * Will throw exceptions on SQL errors * @param array|string $files * @throws MWException - * @return True if no error or error string in case of errors + * @return bool True if no error or error string in case of errors */ public static function checkSqlSyntax( $files ) { if ( !Sqlite::isPresent() ) {