Stop calling FileRepo->streamFile()
[lhc/web/wiklou.git] / includes / search / SearchEngineFactory.php
index 8cdca57..ecb6f43 100644 (file)
@@ -19,7 +19,7 @@ class SearchEngineFactory {
 
        /**
         * Create SearchEngine of the given type.
-        * @param string $type
+        * @param string|null $type
         * @return SearchEngine
         */
        public function create( $type = null ) {