Use level 5 of phpstan analysis for CI static analysis

This commit is contained in:
Jan Böhmer 2023-06-18 16:02:50 +02:00
parent cbdf0a9392
commit 50708c6942

View file

@ -144,7 +144,7 @@
"post-update-cmd": [ "post-update-cmd": [
"@auto-scripts" "@auto-scripts"
], ],
"phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1G" "phpstan": "vendor/bin/phpstan analyse src --level 5 --memory-limit 1G"
}, },
"conflict": { "conflict": {
"symfony/symfony": "*" "symfony/symfony": "*"