diff --git a/src/Fakes/Fake.php b/src/Fakes/Fake.php index 91af1d4..c4af9e3 100644 --- a/src/Fakes/Fake.php +++ b/src/Fakes/Fake.php @@ -57,6 +57,9 @@ abstract class Fake return Http::response(''); } + /** + * @param array|callable $should + */ public function assertBodyMatches(string $is, array|callable $should): bool { $requestBody = json_decode($is, true);