Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 9, 2024
1 parent 7127c97 commit 164f3d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Processors/Traits/ProcessorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ private function assertType(): void

throw new InvalidArgumentException(
(string) message(
'Instance of `%className%` expects type `%expected%` for the return value of `%method%`, type `%provided%` returned',
<<<PLAIN
Instance of `%className%` expects type `%expected%` for the return value of `%method%`, type `%provided%` returned
PLAIN,
className: static::class,
expected: $this->type(),
method: $method,
Expand Down

0 comments on commit 164f3d0

Please sign in to comment.