mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-08 14:38:04 +08:00
remove show-info for psalm again
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
8cf535e187
commit
b17561d41e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"ext-apcu": "*"
|
"ext-apcu": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"psalm": "psalm --threads=1 --show-info=true",
|
"psalm": "psalm --threads=1",
|
||||||
"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
Reference in a new issue