Skip to content

Commit cd77139

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public function getName()
448448
}
449449

450450
/**
451-
* Sets if the command should be hidden from application inspection.
451+
* To hide the command in application descriptions.
452452
*
453453
* @param bool $hidden To show this command or not
454454
*
@@ -462,7 +462,7 @@ public function setHidden($hidden)
462462
}
463463

464464
/**
465-
* Returns if the command should be hidden from application inspection.
465+
* Returns if the command should be hidden in application descriptions
466466
*
467467
* @return bool If the command is hidden or not
468468
*/

0 commit comments

Comments
 (0)