Skip to content

Commit 9dd4e29

Browse files
committed
updated docopt interface for command line parser
1 parent 9deddcb commit 9dd4e29

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
@@ -35,7 +35,7 @@ public function __construct(\Docopt|DocoptDoubleInterface $parser)
3535
public function execute(CommandLineParserInterface $command): CommandLineParserInterface
3636
{
3737
/**
38-
* @var \Docopt|DocoptDoubleInterface $objArgs
38+
* @var \Docopt\Response|DocoptDoubleInterface $objArgs
3939
*/
4040
$objArgs = $this->parser->handle($this->parserDescriptor, array('version' => '1.0.6'));
4141
if (isset($objArgs->args)) {

0 commit comments

Comments
 (0)