Browse Source

Fix qodana warnings

Laurent Destailleur 2 năm trước cách đây
mục cha
commit
fb961ffd82
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      qodana.yaml

+ 2 - 1
qodana.yaml

@@ -82,4 +82,5 @@ exclude:
   - name: PhpDuplicateSwitchCaseBodyInspection
   - name: PhpNestedDirNameCallsCanBeReplacedWithLevelParameterInspection
   - name: PhpPointlessBooleanExpressionInConditionInspection  
-  - name: PhpUndefinedMethodInspection
+  - name: PhpUndefinedMethodInspection
+  - name: PhpDuplicateCatchBodyInspection