From c615cd534f9ae61901b0699a0398ec829acafceb Mon Sep 17 00:00:00 2001 From: Mike Auteri Date: Fri, 4 Oct 2024 09:17:31 -0400 Subject: [PATCH] Add ignore. --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 6620347d4..ea3324760 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -30,6 +30,7 @@ parameters: # - vendor/ ignoreErrors: + - '#^Constant GATHERPRESS_CACHE_GROUP not found\.$#' - '#^Constant GATHERPRESS_CORE_FILE not found\.$#' - '#^Constant GATHERPRESS_CORE_PATH not found\.$#' - '#^Constant GATHERPRESS_CORE_URL not found\.$#'