[ 'input' => ' ' '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], 'removeSingleLineVarAnnotationFlipped' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], 'removeSingleLineVarAnnotationAndType' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], 'removeMultipleLineVarAnnotation' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], 'removeMultipleLineVarAnnotationKeepComment' => [ 'input' => ' ' '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], 'removeMultipleLineVarAnnotationOnce' => [ 'input' => ' $v) {}', 'output' => ' $v) {}', 'php_version' => '5.6', 'issues_to_fix' => ['UnnecessaryVarAnnotation'], 'safe_types' => true, ], ]; } }