Skip to content

Commit 8bf0417

Browse files
authored
Update RabbitQueue.php
1 parent c9ab482 commit 8bf0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RabbitQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function pop($queue = null)
157157
return null;
158158
}
159159

160-
public function getQueue(string $queue = null): string
160+
public function getQueue(?string $queue = null): string
161161
{
162162
return $queue ?? $this->defaultQueue;
163163
}

0 commit comments

Comments
 (0)