Skip to content

Commit f51885b

Browse files
committed
CommandLine: fixed help() return type
1 parent fd8929c commit f51885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/CommandLine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function parse(array $args = null): array
147147
}
148148

149149

150-
public function help(): string
150+
public function help(): void
151151
{
152152
echo $this->help;
153153
}

0 commit comments

Comments
 (0)