mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +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:
@@ -11,6 +11,7 @@ class CustomCastsTable extends Migration
|
||||
Schema::create('custom_casts', static function (Blueprint $table) {
|
||||
$table->string('casted_property_with_return_type');
|
||||
$table->string('casted_property_with_return_docblock');
|
||||
$table->string('casted_property_with_return_docblock_fqn');
|
||||
$table->string('casted_property_with_return_primitive');
|
||||
$table->string('casted_property_with_return_primitive_docblock');
|
||||
$table->string('casted_property_with_return_nullable_primitive');
|
||||
|
||||
Reference in New Issue
Block a user