@@ -158,8 +158,8 @@ discard block |
||
158 | 158 | /** |
159 | 159 | * Generates a PHP file setting up autoload information. |
160 | 160 | * |
161 | - * @param {string} $commandName Command name to include in comment |
|
162 | - * @param {string} $filename of PHP file to put autoload information in. |
|
161 | + * @param string $commandName Command name to include in comment |
|
162 | + * @param string $filename of PHP file to put autoload information in. |
|
163 | 163 | */ |
164 | 164 | protected function generatePHPAutoload( $commandName, $filename ) { |
165 | 165 | // No existing JSON file found; update/generate PHP file |
@@ -320,6 +320,7 @@ discard block |
||
320 | 320 | |
321 | 321 | /** |
322 | 322 | * @var string $code PHP code (including <?php) to detect class names from |
323 | + * @param string $code |
|
323 | 324 | * @return array List of FQCN detected within the tokens |
324 | 325 | */ |
325 | 326 | public function getClasses( $code ) { |