Skip to content

Commit fc9a233

Browse files
committed
Implement fallback option for params without variable
1 parent 98566f2 commit fc9a233

File tree

11 files changed

+278
-253
lines changed

11 files changed

+278
-253
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"webmozart/assert": "^1.9.1",
2020
"phpdocumentor/reflection-common": "^2.2",
2121
"ext-filter": "*",
22-
"phpstan/phpdoc-parser": "^1.7"
22+
"phpstan/phpdoc-parser": "^1.7",
23+
"doctrine/deprecations": "^1.1"
2324
},
2425
"require-dev": {
2526
"mockery/mockery": "~1.3.5",
@@ -28,7 +29,7 @@
2829
"phpstan/phpstan-mockery": "^1.1",
2930
"phpstan/extension-installer": "^1.1",
3031
"phpstan/phpstan-webmozart-assert": "^1.2",
31-
"vimeo/psalm": "^4.26"
32+
"vimeo/psalm": "^5.13"
3233
},
3334
"autoload": {
3435
"psr-4": {

0 commit comments

Comments
 (0)