Skip to content

Commit 18143d4

Browse files
committed
Apply fixes from StyleCI
1 parent 1187274 commit 18143d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Testing/Fakes/QueueFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public function pushed($job, $callback = null)
339339
/**
340340
* Get all of the raw pushes matching a truth-test callback.
341341
*
342-
* @param null|\Closure(string, ?string, array): bool $callback
342+
* @param null|\Closure(string, ?string, array): bool $callback
343343
* @return \Illuminate\Support\Collection<int, RawPushType>
344344
*/
345345
public function pushedRaw($callback = null)

0 commit comments

Comments
 (0)