diff --git a/tests/CompatibilityTest.php b/tests/CompatibilityTest.php index fc5fa53..bdb0c34 100644 --- a/tests/CompatibilityTest.php +++ b/tests/CompatibilityTest.php @@ -20,7 +20,6 @@ public function testRuntimeExceptionCompatibility(): void new class () extends \Exception implements RuntimeExceptionInterface { public function getToken(): TokenInterface {} - public function getSource(): ReadableInterface {} }; }