Show info when psalm runs

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-01-13 10:46:42 +01:00 committed by GitHub
parent f0e206b60d
commit cf54794be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
"ext-apcu": "*"
},
"scripts": {
"psalm": "psalm --threads=1",
"psalm": "psalm --threads=1 --show-info=true",
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l {} \\;",
"php-deprecation-detector": "find . -name \\*.php -not -path './vendor/*' -exec phpdd scan {} -n -t 8.2 \\;"