Refactor resolving of null information for custom casted attribute types (#1330)

* Refactor resolving of null information for custom casted attribute types

* composer fix-style

---------

Co-authored-by: laravel-ide-helper <[email protected]>
This commit is contained in:
Wim Reckman
2023-02-20 09:29:48 +01:00
committed by GitHub
co-authored by laravel-ide-helper
parent 97fd0e0a2d
commit 9f97f7cd5f
4 changed files with 43 additions and 6 deletions
@@ -17,6 +17,7 @@ class CustomCastsTable extends Migration
$table->string('casted_property_with_return_primitive');
$table->string('casted_property_with_return_primitive_docblock');
$table->string('casted_property_with_return_nullable_primitive');
$table->string('casted_property_with_return_nullable_primitive_and_nullable_column')->nullable();
$table->string('casted_property_without_return');
$table->string('casted_property_with_param');
$table->string('casted_property_with_static_return_docblock');