This commit is contained in:
philipp lang 2024-06-29 11:17:10 +02:00
parent 81670b900d
commit 84103d4052
1 changed files with 1 additions and 1 deletions

View File

@ -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);