浏览代码

Fix qodana warnings

Laurent Destailleur 2 年之前
父节点
当前提交
fb961ffd82
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      qodana.yaml

+ 2 - 1
qodana.yaml

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