From 80e5c683bcd511eabc3a2206d0d78bf2e6dd36b0 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 24 Dec 2024 01:15:03 +0100 Subject: [PATCH] phpstan: add ignore for symbols with scan-issues --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index f612816f7..c5717c45c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,8 +13,7 @@ parameters: - includes/ level: 1 ignoreErrors: -# - identifier: missingType.iterableValue -# - '#Constant (COMMONSBOOKING.*|WP_DEBUG_LOG) not found.#' + - '#Constant (COMMONSBOOKING.*|WP_DEBUG_LOG) not found.#' - '#Instantiated class (CommonsBooking.*CB_Data) not found.#' - '#Function cb_object_to_array not found.#'