Lint
This commit is contained in:
parent
6ad2091878
commit
6676b91cda
|
@ -6,6 +6,9 @@ use Illuminate\Support\Facades\Http;
|
||||||
|
|
||||||
class GroupFake extends Fake
|
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 = null, array $data): self
|
||||||
{
|
{
|
||||||
$this->fakeResponse($parent, $data);
|
$this->fakeResponse($parent, $data);
|
||||||
|
|
Loading…
Reference in New Issue