Lint
This commit is contained in:
parent
7077511494
commit
07d1e67698
|
@ -17,6 +17,9 @@ class MemberFake extends Fake
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array<string, mixed> $data
|
||||||
|
*/
|
||||||
public function shows(int $groupId, int $memberId, array $data = []): self
|
public function shows(int $groupId, int $memberId, array $data = []): self
|
||||||
{
|
{
|
||||||
Http::fake(function ($request) use ($groupId, $memberId, $data) {
|
Http::fake(function ($request) use ($groupId, $memberId, $data) {
|
||||||
|
|
Loading…
Reference in New Issue