From 02a6e792df2e5d2cdccb8e2f4e9955c5159fee0d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 9 May 2026 11:22:28 +0200 Subject: [PATCH] Fix build --- .../MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php b/tests/PHPStan/Rules/Methods/MethodCallWithPossiblyRenamedNamedArgumentRuleTest.php index b5ecc3f37c4..5cad631977b 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(),