mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Show info when psalm runs
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f0e206b60d
commit
cf54794be2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
"ext-apcu": "*"
|
"ext-apcu": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"psalm": "psalm --threads=1",
|
"psalm": "psalm --threads=1 --show-info=true",
|
||||||
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
|
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
|
||||||
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l {} \\;",
|
"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 \\;"
|
"php-deprecation-detector": "find . -name \\*.php -not -path './vendor/*' -exec phpdd scan {} -n -t 8.2 \\;"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue