Skip to content

Commit cd7e87d

Browse files
author
freyhsiao
committed
Apply fixes from StyleCI
1 parent 15f816e commit cd7e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/CMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function pop($queue = null)
211211
$message = $queue->receive_message($this->queueOptions['polling_wait_seconds']);
212212
} catch (CMQServerException $e) {
213213
if (self::CMQ_QUEUE_NO_MESSAGE_CODE === (int) $e->getCode()) { // ignore no message
214-
return null;
214+
return;
215215
}
216216

217217
throw $e;

0 commit comments

Comments
 (0)