From fc8c3c8980fc8762074335a444c5ac55ded6a42d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Dec 2022 16:32:10 +0100 Subject: [PATCH] Enhance qodana --- qodana.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 772cb2e3411..0ded0192110 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -52,5 +52,9 @@ exclude: - name: PhpInArrayCanBeReplacedWithComparisonInspection - name: PhpUnusedAliasInspection - name: PhpPossiblePolymorphicInvocationInspection + - name: PhpPregReplaceWithEmptyReplacementInspection + - name: PhpFieldImmediatelyRewrittenInspection + - name: PhpIllegalStringOffsetInspection - name: PhpRegExpRedundantModifierInspection - \ No newline at end of file + + \ No newline at end of file