From c71a6dbbd266759dd8d899699da40f442cd5a429 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Oct 2025 06:45:01 +0000 Subject: [PATCH] phpstan: remove conditional constants from ignoreErrors for level 0 --- phpstan.neon.dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 6cf174105..58f3b803d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -9,8 +9,3 @@ parameters: - library ignoreErrors: - '#Method [\w:\(\)_\\]+ should return (object|string) but return statement is missing.#' - - message: '#Constant NULL_DATE not found#' - - message: '#Constant TQUOT not found#' - - message: '#Constant ACTIVE_DBTYPE not found#' - - message: '#Constant DEFAULT_NOTIFY_ICON not found#' - - message: '#Constant DEFAULT_PLATFORM_ICON not found#'