We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286782a commit 7fa4bebCopy full SHA for 7fa4beb
src/Illuminate/Http/Client/Factory.php
@@ -154,7 +154,7 @@ public function sequence(array $responses = [])
154
/**
155
* Register a stub callable that will intercept requests and be able to return stub responses.
156
*
157
- * @param callable|array $callback
+ * @param callable|array|null $callback
158
* @return $this
159
*/
160
public function fake($callback = null)
0 commit comments