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:
authorRené Gieling <github@dartcafe.de>2020-12-05 22:44:00 +0300
committerGitHub <noreply@github.com>2020-12-05 22:44:00 +0300
commitbf0081da09828db80da3b716ca274e3313241aa4 (patch)
tree1d4e6a0d69b39826b9b737144a9734a8101c99d0 /composer.json
parentb353a90b1b4fc4c065c1c376caf5e166c917b087 (diff)
Psalm (#1277)
* added config for psalm * removed, fixed and additions annotations * added typehints
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 9dffd9ae..cdb0e173 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,8 @@
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.3.0",
- "doctrine/orm": "^2.7"
+ "doctrine/orm": "^2.7",
+ "vimeo/psalm": "^4.3"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",