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