Merge "Add attributes parameter to ShowSearchHitTitle"
[lhc/web/wiklou.git] / includes / utils / AutoloadGenerator.php
index 4f639c1..421a890 100644 (file)
@@ -156,8 +156,8 @@ class AutoloadGenerator {
        /**
         * Generates a PHP file setting up autoload information.
         *
-        * @param {string} $commandName Command name to include in comment
-        * @param {string} $filename of PHP file to put autoload information in.
+        * @param string $commandName Command name to include in comment
+        * @param string $filename of PHP file to put autoload information in.
         * @return string
         */
        protected function generatePHPAutoload( $commandName, $filename ) {