From cc9ed4423b594867373d00cef53a907b1f1bd532 Mon Sep 17 00:00:00 2001 From: Jackey Cheung Date: Thu, 8 Feb 2024 02:30:35 +0800 Subject: [PATCH] disable inspections of helper files (#1486) * disables all jetbrains inspections * disables all jetbrains' & phpcs' inspections --- resources/views/helper.php | 1 + resources/views/meta.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/resources/views/helper.php b/resources/views/helper.php index ddf2922..4a925bc 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -8,6 +8,7 @@ */ ?> +/* @noinspection ALL */ // @formatter:off // phpcs:ignoreFile diff --git a/resources/views/meta.php b/resources/views/meta.php index 2840d91..5b7b9c2 100644 --- a/resources/views/meta.php +++ b/resources/views/meta.php @@ -1,6 +1,8 @@ +/* @noinspection ALL */ // @formatter:off +// phpcs:ignoreFile namespace PHPSTORM_META {