mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
refactor(phpstan): Bump phpstan level to 6
Signed-off-by: Carl Schwan <carlschwan@kde.org>
This commit is contained in:
parent
76d787ac73
commit
4ccbe75c73
5 changed files with 23 additions and 21 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue