File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ private static function findTestFiles(): iterable
112
112
yield __DIR__ . '/../Rules/Functions/data/varying-acceptor.php ' ;
113
113
yield __DIR__ . '/../Rules/Methods/data/bug-4415.php ' ;
114
114
yield __DIR__ . '/../Rules/Methods/data/bug-5372.php ' ;
115
- yield __DIR__ . '/../Rules/PhpDoc/data/bug-11033.php ' ;
116
115
yield __DIR__ . '/../Rules/Arrays/data/bug-5372_2.php ' ;
117
116
yield __DIR__ . '/../Rules/Methods/data/bug-5562.php ' ;
118
117
@@ -206,6 +205,7 @@ private static function findTestFiles(): iterable
206
205
207
206
if (PHP_VERSION_ID >= 80100 ) {
208
207
yield __DIR__ . '/../Rules/Comparison/data/bug-8485.php ' ;
208
+ yield __DIR__ . '/../Rules/PhpDoc/data/bug-11033.php ' ;
209
209
}
210
210
211
211
if (PHP_VERSION_ID >= 80100 ) {
You can’t perform that action at this time.
0 commit comments