Merge "Align diff context colors to WikimediaUI color palette"
[lhc/web/wiklou.git] / includes / utils / AutoloadGenerator.php
index 19f5100..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 ) {
@@ -321,7 +321,7 @@ class ClassCollector {
        protected $alias;
 
        /**
-        * @var string $code PHP code (including <?php) to detect class names from
+        * @param string $code PHP code (including <?php) to detect class names from
         * @return array List of FQCN detected within the tokens
         */
        public function getClasses( $code ) {