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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-09 10:53:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-09 10:53:47 +0300
commit374e9fbbae219635168b3fab0a53a1c056db7ab4 (patch)
tree798fa7955fc4b0a0cca74ee6205dd05c7bac988b /composer.json
parente0498435f1b02ac5ad4f8e9d3e6b5222067d47d9 (diff)
Update psalm alter issues list
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4d9294e54..6128d901d 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
"psalm": "psalm",
- "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
+ "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"