From c4cec65249d79999179dfc64b1ff7075fbd1edb7 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 26 Apr 2024 23:46:23 +0200 Subject: [PATCH] Fix assert --- tests/stub/phpstan/TestResponse.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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