Skip to content

Commit 164f3d0

Browse files
committed
typo
1 parent 7127c97 commit 164f3d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Processors/Traits/ProcessorTrait.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ private function assertType(): void
7373

7474
throw new InvalidArgumentException(
7575
(string) message(
76-
'Instance of `%className%` expects type `%expected%` for the return value of `%method%`, type `%provided%` returned',
76+
<<<PLAIN
77+
Instance of `%className%` expects type `%expected%` for the return value of `%method%`, type `%provided%` returned
78+
PLAIN,
7779
className: static::class,
7880
expected: $this->type(),
7981
method: $method,

0 commit comments

Comments
 (0)