Skip to content

Commit 673dbf4

Browse files
committed
pkp#8845 Removed not needed sprintf
1 parent 0b63b9b commit 673dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/events.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct($argv = [])
6464

6565
if (!$this->option) {
6666
throw new CommandNotFoundException(
67-
sprintf('Option could not be empty! Check the usage method.', $this->option),
67+
'Option could not be empty! Check the usage method.',
6868
array_keys(self::AVAILABLE_OPTIONS)
6969
);
7070
}

0 commit comments

Comments
 (0)