Skip to content

Commit

Permalink
Change the psalm command to include new errors on update
Browse files Browse the repository at this point in the history
Ref: 37abda6
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 16, 2020
1 parent 9afe27e commit 0918aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -111,7 +111,7 @@
"@psalm",
"@phpunit"
],
"update:baselines": "phpstan analyse --generate-baseline && psalm --update-baseline"
"update:baselines": "phpstan analyse --generate-baseline && psalm --set-baseline=psalm-baseline.xml"
},
"config":{
"sort-packages": true
Expand Down

0 comments on commit 0918aab

Please sign in to comment.