|
14 | 14 | use function Zenstruck\Foundry\lazy; |
15 | 15 |
|
16 | 16 | /** |
17 | | - * @method Bookmark|Proxy create(array|callable $attributes = []) |
18 | | - * @method static Bookmark|Proxy createOne(array $attributes = []) |
19 | | - * @method static Bookmark|Proxy find(object|array|mixed $criteria) |
20 | | - * @method static Bookmark|Proxy findOrCreate(array $attributes) |
21 | | - * @method static Bookmark|Proxy first(string $sortedField = 'id') |
22 | | - * @method static Bookmark|Proxy last(string $sortedField = 'id') |
23 | | - * @method static Bookmark|Proxy random(array $attributes = []) |
24 | | - * @method static Bookmark|Proxy randomOrCreate(array $attributes = []) |
25 | | - * @method static Bookmark[]|Proxy[] all() |
26 | | - * @method static Bookmark[]|Proxy[] createMany(int $number, array|callable $attributes = []) |
27 | | - * @method static Bookmark[]|Proxy[] createSequence((iterable|callable) $sequence) |
28 | | - * @method static Bookmark[]|Proxy[] findBy(array $attributes) |
29 | | - * @method static Bookmark[]|Proxy[] randomRange(int $min, int $max, array $attributes = []) |
30 | | - * @method static Bookmark[]|Proxy[] randomSet(int $number, array $attributes = []) |
31 | | - * @method FactoryCollection<Bookmark|Proxy> many(int $min, int|null $max = null) |
32 | | - * @method FactoryCollection<Bookmark|Proxy> sequence(iterable|callable $sequence) |
33 | | - * @method static ProxyRepositoryDecorator<Bookmark, BookmarkRepository> repository() |
| 17 | + * @method Bookmark|Proxy create(array|callable $attributes = []) |
| 18 | + * @method static Bookmark|Proxy createOne(array $attributes = []) |
| 19 | + * @method static Bookmark|Proxy find(object|array|mixed $criteria) |
| 20 | + * @method static Bookmark|Proxy findOrCreate(array $attributes) |
| 21 | + * @method static Bookmark|Proxy first(string $sortedField = 'id') |
| 22 | + * @method static Bookmark|Proxy last(string $sortedField = 'id') |
| 23 | + * @method static Bookmark|Proxy random(array $attributes = []) |
| 24 | + * @method static Bookmark|Proxy randomOrCreate(array $attributes = []) |
| 25 | + * @method static Bookmark[]|Proxy[] all() |
| 26 | + * @method static Bookmark[]|Proxy[] createMany(int $number, array|callable $attributes = []) |
| 27 | + * @method static Bookmark[]|Proxy[] createSequence((iterable|callable) $sequence) |
| 28 | + * @method static Bookmark[]|Proxy[] findBy(array $attributes) |
| 29 | + * @method static Bookmark[]|Proxy[] randomRange(int $min, int $max, array $attributes = []) |
| 30 | + * @method static Bookmark[]|Proxy[] randomSet(int $number, array $attributes = []) |
| 31 | + * @method FactoryCollection<Bookmark|Proxy> many(int $min, int|null $max = null) |
| 32 | + * @method FactoryCollection<Bookmark|Proxy> sequence(iterable|callable $sequence) |
| 33 | + * @method static ProxyRepositoryDecorator<Bookmark, BookmarkRepository> repository() |
34 | 34 | * |
35 | 35 | * @phpstan-method Bookmark&Proxy<Bookmark> create(array|callable $attributes = []) |
36 | 36 | * @phpstan-method static Bookmark&Proxy<Bookmark> createOne(array $attributes = []) |
|
0 commit comments