File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Console/ModelsCommand/AdvancedCasts/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ public function castPropertiesType($model)
453453 $ realType = '\Illuminate\Support\Collection<array-key, mixed> ' ;
454454 break ;
455455 case AsArrayObject::class:
456- $ realType = '\ArrayObject<array-key, mixed> ' ;
456+ $ realType = '\Illuminate\Database\Eloquent\Casts\ ArrayObject<array-key, mixed> ' ;
457457 break ;
458458 default :
459459 // In case of an optional custom cast parameter , only evaluate
Original file line number Diff line number Diff line change 2828 * @property object $cast_to_encrypted_object
2929 * @property \Illuminate\Support\Collection $cast_to_as_collection
3030 * @property \Illuminate\Support\Collection $cast_to_as_enum_collection
31- * @property \ArrayObject<array-key, mixed> $cast_to_as_array_object
31+ * @property \Illuminate\Database\Eloquent\Casts\ ArrayObject<array-key, mixed> $cast_to_as_array_object
3232 * @property AdvancedCastCollection $cast_to_as_collection_using
3333 * @property \Illuminate\Support\Collection<int, AdvancedCastEnum> $cast_to_as_enum_collection_of
3434 * @method static \Illuminate\Database\Eloquent\Builder<static>|AdvancedCast newModelQuery()
You can’t perform that action at this time.
0 commit comments