diff --git a/phpstan.neon b/phpstan.neon index 3ada963a..e6fd563a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,9 @@ parameters: - level: 6 - bootstrapFiles: - - index.php + level: max paths: - src + ignoreErrors: + - '/Constant PATH not found./' + - '/Constant ROOT_DIR not found./' + - '/Variable \$api_errors might not be defined./' + - '/Variable \$registry might not be defined./'