Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
committerdartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
commit600324422b5555d49264416d64fc30ca066cda8c (patch)
treee048478c5b55dd9423d5d6ee2ddbb8120ace264f /composer.json
parent8dbff266184c246a051ebdeaefd533a7313c57b8 (diff)
some more maintenance and refactoring
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 791cf0ca..46a4f63e 100644
--- a/composer.json
+++ b/composer.json
@@ -37,6 +37,7 @@
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "php vendor/vimeo/psalm/psalm",
- "psalm:fix": "php vendor/vimeo/psalm/psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType"
+ "psalm:fix": "php vendor/vimeo/psalm/psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
+ "psalm:info": "php vendor/vimeo/psalm/psalm --show-info=true"
}
}