Skip to content

Commit

Permalink
Fixed wrong code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Aug 27, 2024
1 parent 28afbe9 commit 1b91df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/exceptions/MalformedDocumentExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function testMalformedDocumentToStringShouldFail(): void
$method->setAccessible(true);

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

0 comments on commit 1b91df9

Please sign in to comment.