Browse Source

Add core namespace.

mscherer 7 years ago
parent
commit
9e2b98076f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Command/HelpCommand.php

+ 2 - 2
src/Command/HelpCommand.php

@@ -134,7 +134,7 @@ class HelpCommand extends Command implements CommandCollectionAwareInterface
     }
 
     /**
-     * @param string[] $names
+     * @param string[] $names Names
      *
      * @return string|null
      */
@@ -150,7 +150,7 @@ class HelpCommand extends Command implements CommandCollectionAwareInterface
     }
 
     /**
-     * @param string[] $names
+     * @param string[] $names Names
      * @return string
      */
     protected function getShortestName(array $names)