Skip to content

Commit 2ecb53d

Browse files
miloMiloslav Hůla
authored and
Miloslav Hůla
committed
CommandLine: fixed help() return type
1 parent fd8929c commit 2ecb53d

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)