Skip to content

Commit

Permalink
Implement fallback option for params without variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Mar 20, 2024
1 parent 98566f2 commit fc9a233
Show file tree
Hide file tree
Showing 11 changed files with 278 additions and 253 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"webmozart/assert": "^1.9.1",
"phpdocumentor/reflection-common": "^2.2",
"ext-filter": "*",
"phpstan/phpdoc-parser": "^1.7"
"phpstan/phpdoc-parser": "^1.7",
"doctrine/deprecations": "^1.1"
},
"require-dev": {
"mockery/mockery": "~1.3.5",
Expand All @@ -28,7 +29,7 @@
"phpstan/phpstan-mockery": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"vimeo/psalm": "^4.26"
"vimeo/psalm": "^5.13"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit fc9a233

Please sign in to comment.