From d2a6b8342abb61cb5139345c99d9280cf7aa292d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 25 Aug 2023 11:37:21 -0700 Subject: [PATCH 1/3] PhpStorm profile: disable throws inspection --- example/PhpStormInspections.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/PhpStormInspections.xml b/example/PhpStormInspections.xml index ab1ef7e..4084329 100644 --- a/example/PhpStormInspections.xml +++ b/example/PhpStormInspections.xml @@ -7,11 +7,12 @@ Import this file on PhpStorm's inspection settings screen to set up default PHP --> - From bc95462e7b365f8c0663fd839f0352198a870c42 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 25 Aug 2023 11:43:59 -0700 Subject: [PATCH 2/3] enable phpcs inspection --- example/PhpStormInspections.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/PhpStormInspections.xml b/example/PhpStormInspections.xml index 4084329..7dd7c51 100644 --- a/example/PhpStormInspections.xml +++ b/example/PhpStormInspections.xml @@ -8,7 +8,7 @@ Import this file on PhpStorm's inspection settings screen to set up default PHP -->