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 a6101ca commit 90da2bfCopy full SHA for 90da2bf
tests/PHPStan/Analyser/NodeScopeResolverTest.php
@@ -33,14 +33,14 @@ private static function findTestFiles(): iterable
33
}
34
35
if (PHP_VERSION_ID < 80000) {
36
- yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-4902.php');
+ yield __DIR__ . '/data/bug-4902.php';
37
38
39
if (PHP_VERSION_ID < 80300) {
40
if (PHP_VERSION_ID >= 80200) {
41
yield __DIR__ . '/data/mb-strlen-php82.php';
42
} elseif (PHP_VERSION_ID >= 80000) {
43
- yield from $this->gatherAssertTypes(__DIR__ . '/data/mb-strlen-php8.php');
+ yield __DIR__ . '/data/mb-strlen-php8.php';
44
} else {
45
yield __DIR__ . '/data/mb-strlen-php73.php';
46
0 commit comments