Skip to content

Commit

Permalink
fix test should not change phpdoc to native type hint but keep phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Jan 5, 2023
1 parent 2bfdf9b commit d430145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FileManipulation/ReturnTypeManipulationTest.php
Expand Up @@ -412,7 +412,7 @@ protected function foo() {}
}',
'php_version' => '7.3',
'issues_to_fix' => ['InvalidReturnType'],
'safe_types' => false,
'safe_types' => true,
],
'fixInvalidIntReturnTypeJustInPhpDocWhenDisallowingBackwardsIncompatibleChanges' => [
'input' => '<?php
Expand Down

0 comments on commit d430145

Please sign in to comment.