[PSALM] Update baseline (#1044)

* composer: add script to set psalm baseline

* composer psalm-set-baseline
This commit is contained in:
Markus Podar
2020-09-08 21:52:35 +02:00
committed by GitHub
parent 7305504c99
commit 594534ec5a
2 changed files with 14 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@
"php-cs-fixer fix",
"php-cs-fixer fix --config=.php_cs.tests.php"
],
"psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml",
"test": "phpunit",
"test-ci": "phpunit -d --without-creating-snapshots",
"test-regenerate": "phpunit -d --update-snapshots"