Skip to content

Commit ed02adf

Browse files
committed
Unused variable
1 parent e8a82ca commit ed02adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/MemoryQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function pushRaw(mixed $payload, DateTimeInterface|DateInterval|int $dela
147147
$id = uniqid(),
148148
[
149149
'id' => $id,
150-
'create_time' => $now = $this->now(),
150+
'create_time' => $this->now(),
151151
'delay' => $delay,
152152
'available_time' => $this->getAvailableDateTime($delay),
153153
'lock_time' => null,

0 commit comments

Comments
 (0)