aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 3097afd9c..640e4d9f9 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -1,6 +1,5 @@
parameters:
- # TODO: Increase rule-level https://phpstan.org/user-guide/rule-levels
- level: 8
+ level: 9 # https://phpstan.org/user-guide/rule-levels
phpVersion: 80399 # TODO: Remove line when moving composer.json to PHP 8+
fileExtensions:
- php