Skip to content

Commit

Permalink
Fix negated comment on preventStrayRequests (#43283)
Browse files Browse the repository at this point in the history
  • Loading branch information
SquarePlayn authored Jul 19, 2022
1 parent d425952 commit 971ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function stubUrl($url, $callback)
}

/**
* Indicate that an exception should not be thrown if any request is not faked.
* Indicate that an exception should be thrown if any request is not faked.
*
* @param bool $prevent
* @return $this
Expand Down

0 comments on commit 971ab31

Please sign in to comment.