We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf8d30 commit d66830aCopy full SHA for d66830a
src/Task.php
@@ -55,6 +55,7 @@ public function getUsages(): array {
55
* If the callback name starts with an underscore, the command is hidden.
56
*
57
* @return bool
58
+ * True or False.
59
*/
60
public function isHidden(): bool {
61
return str_starts_with($this->reflection->getShortName(), '_');
0 commit comments