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-08 23:30:37 +0300
committerdartcafe <github@dartcafe.de>2021-05-08 23:30:37 +0300
commit463f4713baadbdc4bc74ce34838d276ed3f71ee2 (patch)
tree045ddb1e67d4b32e7c6551f04ee3730ac68bfa2b /composer.json
parent1cfc1621886a487de3dc4d0f1180a4a421b387dd (diff)
fix
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 0e8db22d..791cf0ca 100644
--- a/composer.json
+++ b/composer.json
@@ -35,6 +35,8 @@
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
- "cs:fix": "php-cs-fixer fix"
+ "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"
}
}