Unwrap types in function docs from {}
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 9 Oct 2017 19:31:07 +0000 (21:31 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 9 Oct 2017 19:31:07 +0000 (21:31 +0200)
{} is used in javascript, not in php

Used @(?:param|return|var|throws) \{[^\}]+\} to find&replace

Change-Id: I2e0c9c64b6528f3899d2809d585b5e4859838007

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 ) {