Lint
This commit is contained in:
parent
81670b900d
commit
84103d4052
|
@ -9,7 +9,7 @@ class GroupFake extends Fake
|
|||
/**
|
||||
* @param array<int, array{name: string}> $data
|
||||
*/
|
||||
public function fetches(?int $parent = null, array $data): self
|
||||
public function fetches(?int $parent, array $data): self
|
||||
{
|
||||
$this->fakeResponse($parent, $data);
|
||||
|
||||
|
|
Loading…
Reference in New Issue