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 38b3bd9 commit 438fa2aCopy full SHA for 438fa2a
tests/PHPStan/Reflection/ClassReflectionTest.php
@@ -327,10 +327,6 @@ public function testIs(): void
327
328
public static function dataPropertyHooks(): iterable
329
{
330
- if (PHP_VERSION_ID < 80400) {
331
- return;
332
- }
333
-
334
$reflectionProvider = self::createReflectionProvider();
335
336
yield [
@@ -639,6 +635,7 @@ public static function dataPropertyHooks(): iterable
639
635
* @dataProvider dataPropertyHooks
640
636
* @param ExtendedPropertyReflection::HOOK_* $hookName
641
637
* @param string[] $parameterTypes
638
+ * @requires PHP >= 8.4.0
642
*/
643
public function testPropertyHooks(
644
ClassReflection $classReflection,
0 commit comments