You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidDestinationException(sprintf('The destination must be an instance of %s but got %s.', AmqpTopic::class.'|'.AmqpQueue::class, $dest::class));
thrownewInvalidDestinationException(sprintf('The destination must be an instance of %s but got %s.', AmqpTopic::class.'|'.AmqpQueue::class, $dest::class));
enqueue-dev/pkg/amqp-lib/composer.json
Line 9 in e996ed9
But uses PHP 8 introduced features:
enqueue-dev/pkg/amqp-lib/AmqpSubscriptionConsumer.php
Line 96 in e996ed9
enqueue-dev/pkg/amqp-lib/AmqpSubscriptionConsumer.php
Line 143 in e996ed9
'::class' on objects is only allowed since PHP 8.0
If run on PHP 7.4 it cause "Cannot use ::class with dynamic class name"
The text was updated successfully, but these errors were encountered: