Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Aug 20, 2024
1 parent c71b8a2 commit 0ebcf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stub/FatalErrorTestStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FatalErrorTestStub extends BrokenTestBase implements BrokenTestInterface
{
public function testBrokenTest(): void
{
$foo = new class () implements \JsonSerializable {};
$foo = new class implements \JsonSerializable {};

$message = 'This assertion should not happen: ' . json_encode($foo, JSON_THROW_ON_ERROR);

Expand Down

0 comments on commit 0ebcf80

Please sign in to comment.