We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a8b93 commit cd77139Copy full SHA for cd77139
src/Symfony/Component/Console/Command/Command.php
@@ -448,7 +448,7 @@ public function getName()
448
}
449
450
/**
451
- * Sets if the command should be hidden from application inspection.
+ * To hide the command in application descriptions.
452
*
453
* @param bool $hidden To show this command or not
454
@@ -462,7 +462,7 @@ public function setHidden($hidden)
462
463
464
465
- * Returns if the command should be hidden from application inspection.
+ * Returns if the command should be hidden in application descriptions
466
467
* @return bool If the command is hidden or not
468
*/
0 commit comments