From 105c8378069bf3d10bbdfa287d83d1e7991cb63a Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 11 Jun 2025 17:38:09 +0200 Subject: [PATCH] Remove leftover local variable --- tests/PHPStan/Reflection/ClassReflectionPropertyHooksTest.php | 2 -- 1 file changed, 2 deletions(-) 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',