remove show-info for psalm again

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-01-19 14:40:49 +01:00
parent 8cf535e187
commit b17561d41e

View file

@ -19,7 +19,7 @@
"ext-apcu": "*"
},
"scripts": {
"psalm": "psalm --threads=1 --show-info=true",
"psalm": "psalm --threads=1",
"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 \\;"