Skip to content

Commit 12c891a

Browse files
committed
UPdate snapshots
1 parent f4e23da commit 12c891a

File tree

42 files changed

+0
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-110
lines changed

tests/Console/ModelsCommand/AdvancedCasts/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Illuminate\Database\Eloquent\Model;
1414

1515
/**
16-
*
17-
*
1816
* @property \Illuminate\Support\Carbon $cast_to_date_serialization
1917
* @property \Illuminate\Support\Carbon $cast_to_datetime_serialization
2018
* @property \Illuminate\Support\Carbon $cast_to_custom_datetime

tests/Console/ModelsCommand/AllowGlobDirectory/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Illuminate\Database\Eloquent\Model;
88

99
/**
10-
*
11-
*
1210
* @property int $id
1311
* @property string|null $char_nullable
1412
* @property string $char_not_nullable

tests/Console/ModelsCommand/ArrayCastsWithComment/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Illuminate\Database\Eloquent\Model;
88

99
/**
10-
*
11-
*
1210
* @property array<int, string>|null $cast_to_array -- These three should not be duplicated
1311
* @property array<int, string> $cast_to_json some-description
1412
* @property \Illuminate\Support\Collection<int, string> $cast_to_collection some-description

tests/Console/ModelsCommand/Attributes/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use Illuminate\Database\Eloquent\Model;
99

1010
/**
11-
*
12-
*
1311
* @property int $id
1412
* @property string|null $name
1513
* @property string|null $name_read
@@ -85,8 +83,6 @@ protected function nonBackedGet(): Attribute
8583
use Illuminate\Database\Eloquent\Model;
8684

8785
/**
88-
*
89-
*
9086
* @property int $id
9187
* @property int $diverging_type_hinted_get_and_set
9288
* @property string|null $name

tests/Console/ModelsCommand/Comment/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
use Illuminate\Database\Eloquent\Relations\MorphTo;
1111

1212
/**
13-
*
14-
*
1513
* @property int $id
1614
* @property string $both_same_name I'm a getter
1715
* @property string $both_without_getter_comment

tests/Console/ModelsCommand/CustomCollection/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
use Illuminate\Database\Eloquent\Relations\HasMany;
1010

1111
/**
12-
*
13-
*
1412
* @property int $id
1513
* @property-read SimpleCollection<int, Simple> $relationHasMany
1614
* @property-read int|null $relation_has_many_count

tests/Console/ModelsCommand/CustomDate/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Illuminate\Database\Eloquent\Model;
88

99
/**
10-
*
11-
*
1210
* @property \Carbon\CarbonImmutable|null $created_at
1311
* @property \Carbon\CarbonImmutable|null $updated_at
1412
* @method static \Illuminate\Database\Eloquent\Builder<static>|CustomDate newModelQuery()

tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Models{
1515
/**
16-
*
17-
*
1816
* @property int $id
1917
* @property string|null $char_nullable
2018
* @property string $char_not_nullable

tests/Console/ModelsCommand/DynamicRelations/__snapshots__/Test__test__1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
use Illuminate\Database\Eloquent\Relations\HasOne;
1111

1212
/**
13-
*
14-
*
1513
* @property-read \Illuminate\Database\Eloquent\Collection<int, Dynamic> $regularHasMany
1614
* @property-read int|null $regular_has_many_count
1715
* @method static \Illuminate\Database\Eloquent\Builder<static>|Dynamic newModelQuery()

tests/Console/ModelsCommand/Factories/__snapshots__/Test__testFactory__1.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
use Illuminate\Database\Eloquent\Model;
1010

1111
/**
12-
*
13-
*
1412
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\CustomSpace\ModelWithCustomNamespaceFactory factory($count = null, $state = [])
1513
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithCustomNamespace newModelQuery()
1614
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithCustomNamespace newQuery()
@@ -41,8 +39,6 @@ protected static function newFactory()
4139
use Illuminate\Database\Eloquent\Model;
4240

4341
/**
44-
*
45-
*
4642
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories\ModelWithFactoryFactory factory($count = null, $state = [])
4743
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithFactory newModelQuery()
4844
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithFactory newQuery()
@@ -60,8 +56,6 @@ class ModelWithFactory extends Model
6056
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Models;
6157

6258
/**
63-
*
64-
*
6559
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories\ModelWithNestedFactoryFactory factory($count = null, $state = [])
6660
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithNestedFactory newModelQuery()
6761
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithNestedFactory newQuery()
@@ -81,8 +75,6 @@ class ModelWithNestedFactory extends ModelWithFactory
8175
use Illuminate\Database\Eloquent\Model;
8276

8377
/**
84-
*
85-
*
8678
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithoutFactory newModelQuery()
8779
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithoutFactory newQuery()
8880
* @method static \Illuminate\Database\Eloquent\Builder<static>|ModelWithoutFactory query()

0 commit comments

Comments
 (0)