Skip to content

Commit

Permalink
Show info when psalm runs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen authored Jan 13, 2024
1 parent f0e206b commit cf54794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\;"
Expand Down

0 comments on commit cf54794

Please sign in to comment.