We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e0c9 commit ebac4dbCopy full SHA for ebac4db
src/Hooks/Illuminate/Contracts/Queue/Queue.php
@@ -94,7 +94,7 @@ protected function hookLater(): bool
94
->spanBuilder(vsprintf('%s %s', [
95
TraceAttributeValues::MESSAGING_OPERATION_TYPE_CREATE,
96
/** @phan-suppress-next-line PhanUndeclaredMethod */
97
- method_exists($queue, 'getQueue') ? $queue->getQueue($params[2] ?? null) : $queue->getConnectionName(),
+ method_exists($queue, 'getQueue') ? $queue->getQueue($params[3] ?? null) : $queue->getConnectionName(),
98
]))
99
->setSpanKind(SpanKind::KIND_PRODUCER)
100
->setAttributes($attributes)
0 commit comments