Skip to content

Commit c62e361

Browse files
author
Emil Masiakowski
committed
code style fix (native_constant_invocation)
1 parent 23d9fb7 commit c62e361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/amqp-ext/AmqpSubscriptionConsumer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function consume(int $timeout = 0): void
6868
} finally {
6969
$extConnection->setReadTimeout($consumeTimeout);
7070
}
71-
}, AMQP_JUST_CONSUME);
71+
}, \AMQP_JUST_CONSUME);
7272
} catch (\AMQPQueueException $e) {
7373
if ('Consumer timeout exceed' == $e->getMessage()) {
7474
return;

0 commit comments

Comments
 (0)