,safe_types:bool,allow_backwards_incompatible_changes?:bool}> */ public function providerValidCodeParse(): array { return [ 'RemoveRedundantCast' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['RedundantCast'], 'safe_types' => true, ], 'RemoveRedundantCastGivenDocblockType' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['RedundantCastGivenDocblockType'], 'safe_types' => true, ], ]; } }