mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
[Model] Simplify full namespaces for already included resources (#954)
* Fixed #565 by using the imported class name if present. Fixed a bug where cast type was not properly added when the return type was found via phpdoc. * Fixed errors with phpdocumentor/type-resolver:1.0
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"illuminate/console": "^5.5|^6|^7",
|
||||
"illuminate/filesystem": "^5.5|^6|^7",
|
||||
"barryvdh/reflection-docblock": "^2.0.6",
|
||||
"phpdocumentor/type-resolver": "^1.1.0",
|
||||
"composer/composer": "^1.6",
|
||||
"doctrine/dbal": "~2.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user