diff --git a/tests/stub/phpstan/TestResponse.stub b/tests/stub/phpstan/TestResponse.stub index 8eed0748..ca140fb9 100644 --- a/tests/stub/phpstan/TestResponse.stub +++ b/tests/stub/phpstan/TestResponse.stub @@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\File\File; * @method self assertInertiaPath(string $path, mixed $value) * @method self assertPdfPageCount(int $count) * @method self assertPdfName(string $filename) - * @method self asseertHasJsonPath(string $path) + * @method self assertHasJsonPath(string $path) * @method File getFile() */ class TestResponse