mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +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": "*"
|
||||
},
|
||||
"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 \\;"
|
||||
|
|
Loading…
Reference in a new issue