PHPStan: ignore Constant error bugs

This commit is contained in:
crazywhalecc 2022-03-31 02:22:30 +08:00
parent 81c37c9a0a
commit 3187431611

View File

@ -5,3 +5,4 @@ parameters:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
- '#Constant .* not found#'