From e2bb024c642aac32dc9ba82d7edc394bd6351767 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 Jan 2023 19:24:12 +0100 Subject: [PATCH] Enhance qodana --- qodana.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qodana.yaml b/qodana.yaml index 2e29b84f55e..89cc459fdfa 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -82,3 +82,4 @@ exclude: - name: PhpDuplicateSwitchCaseBodyInspection - name: PhpNestedDirNameCallsCanBeReplacedWithLevelParameterInspection - name: PhpPointlessBooleanExpressionInConditionInspection + - name: PhpUndefinedMethodInspection \ No newline at end of file