Skip to content

Commit 12ee656

Browse files
committed
Fix test __toString() without return on php 7.4
1 parent b3c99fa commit 12ee656

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ class NodeScopeResolverTest extends TypeInferenceTestCase
2626
private static function findTestFiles(): iterable
2727
{
2828
foreach (self::findTestDataFilesFromDirectory(__DIR__ . '/nsrt') as $testFile) {
29-
if (str_ends_with($testFile, 'bug-2471.php') && PHP_VERSION_ID < 80000) {
30-
continue;
31-
}
32-
3329
yield $testFile;
3430
}
3531

0 commit comments

Comments
 (0)