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
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 ) {
You can’t perform that action at this time.
0 commit comments