Skip to content

Commit a115d66

Browse files
authored
Merge pull request #1276 from EmilMassey/code-style-fix
code style fix (native_constant_invocation)
2 parents 23d9fb7 + c62e361 commit a115d66

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)