We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba476a3 commit 7ae153aCopy full SHA for 7ae153a
src/Commando/Command.php
@@ -500,7 +500,7 @@ public function parse()
500
$needs = $option->hasNeeds($this->options);
501
if ($needs !== true) {
502
throw new \InvalidArgumentException(
503
- 'Option "'.$option->getName().'" does not have required option(s): '.implode(', ', $needs)
+ 'Option "' . $option->getName() . '" does not have required option(s): ' . implode(', ', $needs)
504
);
505
}
506
0 commit comments