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 8a17c29 commit 3cfec29Copy full SHA for 3cfec29
tests/PHPStan/Analyser/NodeScopeResolverTest.php
@@ -881,8 +881,12 @@ public function dataFileAsserts(): iterable
881
882
require_once __DIR__ . '/data/constant-phpdoc-type.php';
883
yield from $this->gatherAssertTypes(__DIR__ . '/data/constant-phpdoc-type.php');
884
+
885
+ if (PHP_VERSION_ID >= 80000) {
886
+ yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6993.php');
887
+ }
888
889
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-7068.php');
- yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-6993.php');
890
}
891
892
/**
0 commit comments