Total Complexity | 11 |
Total Lines | 59 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class DocumentFactory extends BaseFactory |
||
13 | { |
||
14 | use HasData; |
||
|
|||
15 | use HasErrors; |
||
16 | use HasLinks; |
||
17 | use HasMeta; |
||
18 | use HasJsonapi; |
||
19 | use HasIncluded; |
||
20 | |||
21 | /** |
||
22 | * @inheritDoc |
||
23 | * @return array<string,mixed> |
||
24 | */ |
||
25 | 2 | public function toArray(): array |
|
49 | } |
||
50 | |||
51 | /** |
||
52 | * Undocumented function |
||
53 | * |
||
54 | * @param integer $options |
||
55 | * |
||
56 | * @return static |
||
57 | */ |
||
58 | 1 | public function fake($options = null, $count = null) |
|
73 |