Skip to content

Commit

Permalink
Fix withoutMiddleware docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Apr 13, 2022
1 parent 7dde645 commit bd5c9df
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 bd5c9df

Please sign in to comment.