Skip to content

Commit

Permalink
Add Psalm generic annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nschoellhorn committed Mar 18, 2019
1 parent d156588 commit 7ddac10
Show file tree
Hide file tree
Showing 8 changed files with 1,129 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"require-dev": {
"phpunit/phpunit": "^7.0",
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2"
"phpstan/phpstan-shim": "^0.9.2",
"vimeo/psalm": "^3.1"
},
"autoload": {
"psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" }
Expand Down
Loading

0 comments on commit 7ddac10

Please sign in to comment.