aboutsummaryrefslogtreecommitdiff
path: root/phpstan.dist.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.dist.neon')
-rw-r--r--phpstan.dist.neon4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpstan.dist.neon b/phpstan.dist.neon
index 4cde7f8ab..0132b7c4a 100644
--- a/phpstan.dist.neon
+++ b/phpstan.dist.neon
@@ -57,7 +57,11 @@ parameters:
- 'Minz_Exception'
ignoreErrors:
- '#Only booleans are allowed in (a negated boolean|a ternary operator condition|an elseif condition|an if condition|&&|\|\|), (bool|false|int(<[0-9, max]+>)?|true|null|\|)+ given.*#'
+ -
+ message: '#Access to deprecated#'
+ path: app/Models/Context.php
includes:
+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon