diff --git a/phpstan.neon b/phpstan.neon index dcf8101f..d2324dce 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,3 +5,4 @@ parameters: - ./src/ ignoreErrors: - '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#' + - '#Constant .* not found#'