Add missing & to @param documentation to match functon call
[lhc/web/wiklou.git] / includes / installer / SqliteInstaller.php
index 0f639ba..cc8159c 100644 (file)
@@ -296,7 +296,7 @@ EOT;
        }
 
        /**
-        * @param Status $status
+        * @param Status &$status
         * @return Status
         */
        public function setupSearchIndex( &$status ) {