Skip to content

Commit 140f6a1

Browse files
committed
update CommandLineParser
1 parent a61534f commit 140f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CommandLineParser implements CommandInterface
88
{
9-
private string $docopt;
9+
private $docopt;
1010
private array $args;
1111

1212
public function __construct(string $docopt = "")

0 commit comments

Comments
 (0)