diff --git a/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php b/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php index b5ecc3f37c..5cad631977 100644 --- a/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php +++ b/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php @@ -36,7 +36,7 @@ protected function getRule(): Rule ), new OverridingMethodRule( $phpVersion, - new MethodSignatureRule(new ParentMethodHelper($phpClassReflectionExtension), true, true), + new MethodSignatureRule(new ParentMethodHelper($phpClassReflectionExtension), true, true, true), false, new MethodParameterComparisonHelper($phpVersion), new MethodVisibilityComparisonHelper(),