Skip to content

Commit c3f4f96

Browse files
javiereguiluzogizanagi
authored andcommitted
Fixed minor typos in an error message
1 parent cf525d2 commit c3f4f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/ProcessHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function run(OutputInterface $output, $cmd, $error = null, callable $call
6161
$process = $cmd[0];
6262
unset($cmd[0]);
6363
} else {
64-
throw new \InvalidArgumentException(sprintf('Invalid command provided to "%s()": the command should an array whose first is element is either the path to the binary to run of a "Process" object.', __METHOD__));
64+
throw new \InvalidArgumentException(sprintf('Invalid command provided to "%s()": the command should be an array whose first element is either the path to the binary to run or a "Process" object.', __METHOD__));
6565
}
6666

6767
if ($verbosity <= $output->getVerbosity()) {

0 commit comments

Comments
 (0)