Lint
This commit is contained in:
parent
bd26458041
commit
c20cf930f2
|
@ -57,6 +57,9 @@ abstract class Fake
|
||||||
return Http::response('<html></html>');
|
return Http::response('<html></html>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array<array-key, mixed>|callable $should
|
||||||
|
*/
|
||||||
public function assertBodyMatches(string $is, array|callable $should): bool
|
public function assertBodyMatches(string $is, array|callable $should): bool
|
||||||
{
|
{
|
||||||
$requestBody = json_decode($is, true);
|
$requestBody = json_decode($is, true);
|
||||||
|
|
Loading…
Reference in New Issue