Skip to content

Commit

Permalink
Merge pull request #164 from bytestream/patch-1
Browse files Browse the repository at this point in the history
Fix withoutMiddleware docblock
  • Loading branch information
taylorotwell authored Apr 13, 2022
2 parents 7dde645 + bd5c9df commit 7447ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/MakesHttpRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7447ad7

Please sign in to comment.