Skip to content

Commit 19f8181

Browse files
committed
Apply phpcs and fix rector
1 parent 11e5b27 commit 19f8181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CompatibilityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testRuntimeExceptionCompatibility(): void
2020
{
2121
self::expectNotToPerformAssertions();
2222

23-
new class extends \Exception implements RuntimeExceptionInterface {
23+
new class () extends \Exception implements RuntimeExceptionInterface {
2424
public function getToken(): TokenInterface {}
2525
public function getSource(): ReadableInterface {}
2626
};

0 commit comments

Comments
 (0)