Skip to content

Commit 375e9f8

Browse files
committed
Fix build
1 parent 4c36e11 commit 375e9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ private static function findTestFiles(): iterable
112112
yield __DIR__ . '/../Rules/Functions/data/varying-acceptor.php';
113113
yield __DIR__ . '/../Rules/Methods/data/bug-4415.php';
114114
yield __DIR__ . '/../Rules/Methods/data/bug-5372.php';
115-
yield __DIR__ . '/../Rules/PhpDoc/data/bug-11033.php';
116115
yield __DIR__ . '/../Rules/Arrays/data/bug-5372_2.php';
117116
yield __DIR__ . '/../Rules/Methods/data/bug-5562.php';
118117

@@ -206,6 +205,7 @@ private static function findTestFiles(): iterable
206205

207206
if (PHP_VERSION_ID >= 80100) {
208207
yield __DIR__ . '/../Rules/Comparison/data/bug-8485.php';
208+
yield __DIR__ . '/../Rules/PhpDoc/data/bug-11033.php';
209209
}
210210

211211
if (PHP_VERSION_ID >= 80100) {

0 commit comments

Comments
 (0)