Skip to content

Commit

Permalink
Set raw output when using --execute (#63)
Browse files Browse the repository at this point in the history
* Set raw output when using `--execute`

* Update tests.yaml

* Format

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
  • Loading branch information
huangdijia and huangdijia authored Nov 10, 2022
1 parent 277b583 commit 675d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/AsyncQueue/ClosureJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function getInjections(array $definitions, string $callableName, array
} elseif ($definition->allowsNull()) {
$injections[] = null;
} else {
throw new \InvalidArgumentException("Parameter '{$definition->getMeta('name')}' "
throw new GlobalInvalidArgumentException("Parameter '{$definition->getMeta('name')}' "
. "of {$callableName} should not be null");
}
} else {
Expand Down

0 comments on commit 675d5fe

Please sign in to comment.