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 +