mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Update ReflectionDocBlock to v2.0.6
This update improves the parsing of return types, allowing array return types to be recognized. This was needed to properly recognize the files and allFiles methods as duplicates (the function filtering duplicate definitions - `removeDuplicateMethodsFromPhpDoc` in `Alias.php` - didn't recognise them as duplicates, because the return type was seen as part of the name).
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
"illuminate/support": "^5.5,<5.8",
|
||||
"illuminate/console": "^5.5,<5.8",
|
||||
"illuminate/filesystem": "^5.5,<5.8",
|
||||
"barryvdh/reflection-docblock": "^2.0.5",
|
||||
"barryvdh/reflection-docblock": "^2.0.6",
|
||||
"composer/composer": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Reference in New Issue
Block a user