X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FAutoloadGenerator.php;h=421a89067f2e27246ab189c934e3967e7da3f6ab;hb=c9a71813b828b22c3ea58c16731449dca3eacd53;hp=19f5100a4c3c15d841c730341e99fdc90ff5e8e4;hpb=a70c4a4c466db5663b845889cacdef00d7200760;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/AutoloadGenerator.php b/includes/utils/AutoloadGenerator.php index 19f5100a4c..421a89067f 100644 --- a/includes/utils/AutoloadGenerator.php +++ b/includes/utils/AutoloadGenerator.php @@ -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