Skip to content

Commit d693e43

Browse files
committed
Replace tabs to spaces
1 parent 1ae2ee9 commit d693e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMq/Consumer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function consume($msgAmount)
2121

2222
public function processMessage(AMQPMessage $msg)
2323
{
24-
if (false === call_user_func($this->callback, $msg)) {
24+
if (false === call_user_func($this->callback, $msg)) {
2525
// Reject and requeue message to RabbitMQ
2626
$msg->delivery_info['channel']->basic_reject($msg->delivery_info['delivery_tag'], true);
2727
}

0 commit comments

Comments
 (0)