From c7e71dfc7d7cc35ca413c9c7e46e9a55baa4616c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Dec 2022 04:10:24 +0100 Subject: [PATCH] Enhance qodana --- qodana.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qodana.yaml b/qodana.yaml index a241f233570..1b5c0047379 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -22,3 +22,7 @@ exclude: - name: HtmlWrongAttributeValue - name: PhpUndefinedClassConstantInspection - name: RegExpRedundantEscape + - name: PhpUnnecessaryLocalVariableInspection + - name: PhpUnusedParameterInspection + - name: PhpUnusedLocalVariableInspection +