From 28f90266927582d7b8611b0e22aba6655117fdd9 Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Fri, 23 Jul 2021 18:01:42 +0200 Subject: [PATCH] disable unused declaration inspection for qodana --- qodana.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qodana.yaml b/qodana.yaml index ede50526..ba83ceda 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -15,6 +15,7 @@ exclude: - name: PhpReturnDocTypeMismatchInspection - name: PhpDocRedundantThrowsInspection - name: PhpMissingStrictTypesDeclarationInspection + - name: PhpUnused paths: - aerospike - amqp