File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
tests/Console/ModelsCommand/ArrayCastsWithComment Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
class Test extends AbstractModelsCommand
11
11
{
12
+ /**
13
+ * The generated snapshot is wrong until
14
+ * https://github.com/barryvdh/laravel-ide-helper/issues/1505 is fixed
15
+ */
12
16
public function test (): void
13
17
{
14
18
$ command = $ this ->app ->make (ModelsCommand::class);
Original file line number Diff line number Diff line change 28
28
* @property string $cast_to_bool
29
29
* @property string $cast_to_boolean
30
30
* @property string $cast_to_object
31
+ * @property array $cast_to_array
32
+ * @property array $cast_to_json
33
+ * @property \Illuminate\Support\Collection $cast_to_collection
31
34
* @property string $cast_to_date
32
35
* @property string $cast_to_datetime
33
36
* @property string $cast_to_date_serialization
You can’t perform that action at this time.
0 commit comments