Skip to content

Commit d66830a

Browse files
committed
Fix issue detected by phpcs
1 parent 9bf8d30 commit d66830a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Task.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function getUsages(): array {
5555
* If the callback name starts with an underscore, the command is hidden.
5656
*
5757
* @return bool
58+
* True or False.
5859
*/
5960
public function isHidden(): bool {
6061
return str_starts_with($this->reflection->getShortName(), '_');

0 commit comments

Comments
 (0)