diff --git a/tests/PHPStan/Reflection/ClassReflectionPropertyHooksTest.php b/tests/PHPStan/Reflection/ClassReflectionPropertyHooksTest.php index f8cb726414..6876e5f091 100644 --- a/tests/PHPStan/Reflection/ClassReflectionPropertyHooksTest.php +++ b/tests/PHPStan/Reflection/ClassReflectionPropertyHooksTest.php @@ -16,8 +16,6 @@ class ClassReflectionPropertyHooksTest extends PHPStanTestCase public static function dataPropertyHooks(): iterable { - $reflectionProvider = self::createReflectionProvider(); - yield [ 'PropertyHooksTypes\\Foo', 'i',