Skip to content

Commit 7ae153a

Browse files
author
Nathan
committed
typo
1 parent ba476a3 commit 7ae153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commando/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public function parse()
500500
$needs = $option->hasNeeds($this->options);
501501
if ($needs !== true) {
502502
throw new \InvalidArgumentException(
503-
'Option "'.$option->getName().'" does not have required option(s): '.implode(', ', $needs)
503+
'Option "' . $option->getName() . '" does not have required option(s): ' . implode(', ', $needs)
504504
);
505505
}
506506
}

0 commit comments

Comments
 (0)