= PHP 8.3' => [ 'code' => <<<'PHP' [], 'ignored_issues' => [], 'php_version' => '8.3', ], 'no type; < PHP 8.3' => [ 'code' => <<<'PHP' [], 'ignored_issues' => [], 'php_version' => '8.2', ], ]; } public function providerInvalidCodeParse(): iterable { return [ 'no type; >= PHP 8.3' => [ 'code' => <<<'PHP' MissingClassConstType::getIssueType(), 'error_levels' => [], 'php_version' => '8.3', ], ]; } }