refactor(phpstan): Bump phpstan level to 6

Signed-off-by: Carl Schwan <carlschwan@kde.org>
This commit is contained in:
Carl Schwan 2026-07-15 11:02:57 +02:00
commit 4ccbe75c73
No known key found for this signature in database
GPG key ID: 02325448204E452A
5 changed files with 23 additions and 21 deletions

View file

@ -34,6 +34,6 @@
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "psalm.phar",
"phpstan": "phpstan analyse --level 5 src"
"phpstan": "phpstan analyse --level 6 src"
}
}