From 8fabdc26b32e4c747161d66e0c52b3c4304d6c95 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 May 2023 21:39:42 +0200 Subject: [PATCH] Fix removed qodana warnings --- qodana.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qodana.yaml b/qodana.yaml index feaacb699b5..77f33582906 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -114,6 +114,7 @@ exclude: - name: PhpDocMissingThrowsInspection - name: UnnecessaryLabelJS - name: JSCheckFunctionSignatures + - name: JSValidateTypes - name: PhpReturnDocTypeMismatchInspection - name: PhpSwitchWithCommonPartsInspection \ No newline at end of file