phpstan: remove conditional constants from ignoreErrors for level 0

This commit is contained in:
Mario
2025-10-22 06:45:01 +00:00
parent cd5815dcdc
commit c71a6dbbd2

View File

@@ -9,8 +9,3 @@ parameters:
- library - library
ignoreErrors: ignoreErrors:
- '#Method [\w:\(\)_\\]+ should return (object|string) but return statement is missing.#' - '#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#'