Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-16 13:25:56 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-16 13:26:03 +0300
commit0918aabbeb6dd644a1449bae6e6d3fda369cc6a0 (patch)
tree32297f6089c45425fdfeae30047742e1c98cc5a2 /composer.json
parent9afe27eedb9432a115670720af9fbb3c83794e0f (diff)
Change the psalm command to include new errors on update
Ref: 37abda64f7caefb203621f454c4510bd668d0bee Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 0fee3f3d2c..e7fc2fd5c8 100644
--- a/composer.json
+++ b/composer.json
@@ -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