There was an error while loading. Please reload this page.
1 parent 837fe20 commit 50154f7Copy full SHA for 50154f7
1 file changed
tests/Modifier/Codec/CodecTest.phpt
@@ -30,7 +30,7 @@ final class CodecTest extends TestCase
30
Assert::exception(
31
static fn () => $codec->modifiersToPath('test'),
32
InvalidArgumentException::class,
33
- 'Can not decode value of type string, the value must be array<string, string|numeric|bool>.',
+ 'Can not transform value of type string, the value must be array<string, string|numeric|bool>.',
34
);
35
}
36
0 commit comments