*/ public function providerValidCodeParse(): array { return [ 'fixMismatchingParamName74' => [ 'input' => ' ' '7.1', 'issues_to_fix' => ['ParamNameMismatch'], 'safe_types' => true, ], 'fixIfNewNameAlreadyExists74' => [ 'input' => ' ' '7.1', 'issues_to_fix' => ['ParamNameMismatch'], 'safe_types' => true, ], 'noFixIfNewNameAndOldNameAlreadyExists74' => [ 'input' => ' ' '7.1', 'issues_to_fix' => ['ParamNameMismatch'], 'safe_types' => true, ], 'fixMismatchingParamNameWithDocblockType74' => [ 'input' => ' ' '7.1', 'issues_to_fix' => ['ParamNameMismatch'], 'safe_types' => true, ], ]; } }