Browse Source

Fix removed qodana warnings

Laurent Destailleur 2 years ago
parent
commit
8fabdc26b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qodana.yaml

+ 1 - 0
qodana.yaml

@@ -114,6 +114,7 @@ exclude:
   - name: PhpDocMissingThrowsInspection
   - name: PhpDocMissingThrowsInspection
   - name: UnnecessaryLabelJS
   - name: UnnecessaryLabelJS
   - name: JSCheckFunctionSignatures
   - name: JSCheckFunctionSignatures
+  - name: JSValidateTypes
   - name: PhpReturnDocTypeMismatchInspection  
   - name: PhpReturnDocTypeMismatchInspection  
   - name: PhpSwitchWithCommonPartsInspection
   - name: PhpSwitchWithCommonPartsInspection