Skip to content

Commit 1b91df9

Browse files
committed
Fixed wrong code formatting
1 parent 28afbe9 commit 1b91df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/exceptions/MalformedDocumentExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function testMalformedDocumentToStringShouldFail(): void
4545
$method->setAccessible(true);
4646

4747
$this->expectException(MalformedDocumentException::class);
48-
$method->invoke($FastJsonPatch, [utf8_decode('§')]); // invalid UTF-8
48+
$method->invoke($FastJsonPatch, [utf8_decode('§')]); // invalid UTF-8
4949
}
5050
}

0 commit comments

Comments
 (0)