Skip to content

Commit 498da7a

Browse files
committed
fix phpstan
1 parent 6f66969 commit 498da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers/PredisHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function push(string $queue, string $job, array $data): bool
8686
*/
8787
public function pop(string $queue, array $priorities): ?QueueJob
8888
{
89-
$now = Time::now()->timestamp;
89+
$now = (string) Time::now()->timestamp;
9090

9191
// Prepare the arguments for the Lua script
9292
$args = [

0 commit comments

Comments
 (0)