Skip to content

Commit 7447ad7

Browse files
authored
Merge pull request #164 from bytestream/patch-1
Fix withoutMiddleware docblock
2 parents 7dde645 + bd5c9df commit 7447ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/MakesHttpRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ trait MakesHttpRequests
6060
/**
6161
* Disable middleware for the test.
6262
*
63-
* @param null $middleware
63+
* @param class-string[]|class-string|null $middleware
6464
* @return $this
6565
*/
6666
public function withoutMiddleware($middleware = null)

0 commit comments

Comments
 (0)