Add a composer command to update baselines

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-16 11:59:30 +02:00
parent 81a0fab9b3
commit 37abda64f7
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -110,7 +110,8 @@
"@phpstan",
"@psalm",
"@phpunit"
]
],
"update:baselines": "phpstan analyse --generate-baseline && psalm --update-baseline"
},
"config":{
"sort-packages": true