Merge "Move section ID fallbacks into headers themselves"
[lhc/web/wiklou.git] / includes / installer / SqliteInstaller.php
index 0f639ba..d60d801 100644 (file)
@@ -267,8 +267,8 @@ EOT;
        }
 
        /**
-        * @param $dir
-        * @param $db
+        * @param string $dir
+        * @param string $db
         * @return Status
         */
        protected function makeStubDBFile( $dir, $db ) {
@@ -296,7 +296,7 @@ EOT;
        }
 
        /**
-        * @param Status $status
+        * @param Status &$status
         * @return Status
         */
        public function setupSearchIndex( &$status ) {