Skip to content

Commit 7fa4beb

Browse files
authored
Fixes client fake return type (#43984)
1 parent 286782a commit 7fa4beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function sequence(array $responses = [])
154154
/**
155155
* Register a stub callable that will intercept requests and be able to return stub responses.
156156
*
157-
* @param callable|array $callback
157+
* @param callable|array|null $callback
158158
* @return $this
159159
*/
160160
public function fake($callback = null)

0 commit comments

Comments
 (0)