diff --git a/tests/TypeAnnotationTest.php b/tests/TypeAnnotationTest.php index 02ce971af..43c07ce44 100644 --- a/tests/TypeAnnotationTest.php +++ b/tests/TypeAnnotationTest.php @@ -158,30 +158,6 @@ class TypeAnnotationTest extends TestCase return $r; }', ], - 'namespacedType' => [ - 'foo(); - } - - public function foo() : void {} - } - }' - ], ]; }