Completed
Branch master (467086)
by
unknown
30:56
created
includes/utils/AutoloadGenerator.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,8 +158,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.