Skip to content

Commit

Permalink
Merge pull request #360 from phpDocumentor/fix/typeless_param
Browse files Browse the repository at this point in the history
Add typeless parameter support.
  • Loading branch information
jaapio committed Mar 20, 2024
2 parents 2b309a2 + d3cbc39 commit c9b9e93
Show file tree
Hide file tree
Showing 14 changed files with 355 additions and 255 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

0 comments on commit c9b9e93

Please sign in to comment.