We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b63b9b commit 673dbf4Copy full SHA for 673dbf4
tools/events.php
@@ -64,7 +64,7 @@ public function __construct($argv = [])
64
65
if (!$this->option) {
66
throw new CommandNotFoundException(
67
- sprintf('Option could not be empty! Check the usage method.', $this->option),
+ 'Option could not be empty! Check the usage method.',
68
array_keys(self::AVAILABLE_OPTIONS)
69
);
70
}
0 commit comments