Skip to content

Commit 106f022

Browse files
committed
fix standards
1 parent e68ca24 commit 106f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testIncrementAttempts(): void
6969
Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
7070
Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
7171

72-
$job = Queue::pop('test');
72+
Queue::pop('test');
7373

7474
$jobs = Queue::getDatabase()
7575
->table(Config::get('queue.connections.database.table'))

0 commit comments

Comments
 (0)