Skip to content

Commit ca10c48

Browse files
author
palPalani
committed
Improved cs
1 parent c13feef commit ca10c48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Sqs/Queue.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ private function getClass($queue = null): string
6262
/**
6363
* Pop the next job off of the queue.
6464
*
65-
* @param string $queue
65+
* @param string $queue
6666
* @return \Illuminate\Contracts\Queue\Job|null
67+
* @throws JsonException
6768
*/
6869
public function pop($queue = null)
6970
{
@@ -176,7 +177,7 @@ private function modifyMultiplePayload(array|string $payload, string $class): ar
176177

177178
/**
178179
* @param string $payload
179-
* @param null $queue
180+
* @param string|null $queue
180181
* @param array $options
181182
* @return mixed
182183
* @throws JsonException

0 commit comments

Comments
 (0)