Skip to content

Commit 56a8b93

Browse files
authored
Update Command.php
1 parent fb1f30c commit 56a8b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Command/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ public function getName()
450450
/**
451451
* Sets if the command should be hidden from application inspection.
452452
*
453-
* @param bool $hiddenBool To show this command or not
453+
* @param bool $hidden To show this command or not
454454
*
455455
* @return Command The current instance
456456
*/

0 commit comments

Comments
 (0)