From 5c2336f4d0e232a67d396ffee439b87ceb6f51bd Mon Sep 17 00:00:00 2001 From: orklah Date: Fri, 11 Feb 2022 21:53:29 +0100 Subject: [PATCH] skip a test because we removed the feature for now --- tests/MethodSignatureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MethodSignatureTest.php b/tests/MethodSignatureTest.php index ddb8f4b6f62..884ddc53929 100644 --- a/tests/MethodSignatureTest.php +++ b/tests/MethodSignatureTest.php @@ -1550,7 +1550,7 @@ public function bar(string ...$_args): void {} ', 'error_message' => 'MethodSignatureMismatch', ], - 'noMixedTypehintInDescendant' => [ + 'SKIPPED-noMixedTypehintInDescendant' => [ 'code' => '