From bd5c9dfce604f13f3cefbf6664ea4cc2764a25f8 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 13 Apr 2022 18:41:22 +0100 Subject: [PATCH] Fix withoutMiddleware docblock --- src/Concerns/MakesHttpRequests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/MakesHttpRequests.php b/src/Concerns/MakesHttpRequests.php index 73bbb81..29665c7 100644 --- a/src/Concerns/MakesHttpRequests.php +++ b/src/Concerns/MakesHttpRequests.php @@ -60,7 +60,7 @@ trait MakesHttpRequests /** * Disable middleware for the test. * - * @param null $middleware + * @param class-string[]|class-string|null $middleware * @return $this */ public function withoutMiddleware($middleware = null)