From 3f77632fe6aa2f442ac35e85bdc62675ce03032c Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 12 Sep 2023 08:30:42 +0900 Subject: [PATCH] chore: add matchingInheritedMethodNames rule --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index cb04b9ee9be5..399deda1238c 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -36,3 +36,4 @@ parameters: strictRules: allRules: false disallowedConstructs: true + matchingInheritedMethodNames: true