From fb961ffd8213a4b3690a88217e79483b112bec65 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Apr 2023 02:28:21 +0200 Subject: [PATCH] Fix qodana warnings --- qodana.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 44da591f9de..ae284e98c34 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -82,4 +82,5 @@ exclude: - name: PhpDuplicateSwitchCaseBodyInspection - name: PhpNestedDirNameCallsCanBeReplacedWithLevelParameterInspection - name: PhpPointlessBooleanExpressionInConditionInspection - - name: PhpUndefinedMethodInspection \ No newline at end of file + - name: PhpUndefinedMethodInspection + - name: PhpDuplicateCatchBodyInspection \ No newline at end of file