From 2d3a8fcfb79b99f84a63a4b00a8fb6a46a9195dd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 May 2023 03:34:38 +0200 Subject: [PATCH] Fix warnings --- qodana.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qodana.yaml b/qodana.yaml index b983cfee78d..6f143b03635 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -113,5 +113,6 @@ exclude: - name: PhpFullyQualifiedNameUsageInspection - name: PhpDocMissingThrowsInspection - name: UnnecessaryLabelJS + - name: JSCheckFunctionSignatures \ No newline at end of file