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 11e5b27 commit 19f8181Copy full SHA for 19f8181
tests/CompatibilityTest.php
@@ -20,7 +20,7 @@ public function testRuntimeExceptionCompatibility(): void
20
{
21
self::expectNotToPerformAssertions();
22
23
- new class extends \Exception implements RuntimeExceptionInterface {
+ new class () extends \Exception implements RuntimeExceptionInterface {
24
public function getToken(): TokenInterface {}
25
public function getSource(): ReadableInterface {}
26
};
0 commit comments