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 1187274 commit 18143d4Copy full SHA for 18143d4
src/Illuminate/Support/Testing/Fakes/QueueFake.php
@@ -339,7 +339,7 @@ public function pushed($job, $callback = null)
339
/**
340
* Get all of the raw pushes matching a truth-test callback.
341
*
342
- * @param null|\Closure(string, ?string, array): bool $callback
+ * @param null|\Closure(string, ?string, array): bool $callback
343
* @return \Illuminate\Support\Collection<int, RawPushType>
344
*/
345
public function pushedRaw($callback = null)
0 commit comments