mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use level 5 of phpstan analysis for CI static analysis
This commit is contained in:
parent
cbdf0a9392
commit
50708c6942
1 changed files with 1 additions and 1 deletions
|
@ -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": "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue