From d4301455a6aaae6605d5b89ac0ff0be772b45993 Mon Sep 17 00:00:00 2001 From: kkmuffme <11071985+kkmuffme@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:29:52 +0100 Subject: [PATCH] fix test should not change phpdoc to native type hint but keep phpdoc --- tests/FileManipulation/ReturnTypeManipulationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileManipulation/ReturnTypeManipulationTest.php b/tests/FileManipulation/ReturnTypeManipulationTest.php index aeb430117a8..d4221eb1c41 100644 --- a/tests/FileManipulation/ReturnTypeManipulationTest.php +++ b/tests/FileManipulation/ReturnTypeManipulationTest.php @@ -412,7 +412,7 @@ protected function foo() {} }', 'php_version' => '7.3', 'issues_to_fix' => ['InvalidReturnType'], - 'safe_types' => false, + 'safe_types' => true, ], 'fixInvalidIntReturnTypeJustInPhpDocWhenDisallowingBackwardsIncompatibleChanges' => [ 'input' => '