We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28afbe9 commit 1b91df9Copy full SHA for 1b91df9
tests/exceptions/MalformedDocumentExceptionTest.php
@@ -45,6 +45,6 @@ public function testMalformedDocumentToStringShouldFail(): void
45
$method->setAccessible(true);
46
47
$this->expectException(MalformedDocumentException::class);
48
- $method->invoke($FastJsonPatch, [utf8_decode('§')]); // invalid UTF-8
+ $method->invoke($FastJsonPatch, [utf8_decode('§')]); // invalid UTF-8
49
}
50
0 commit comments