Skip to content

Commit 1507a16

Browse files
ENGCOM-6902: Fix doc block for $queueIterator Magento\Framework\MessageQueue\Topology\Config #24976
2 parents c3398b5 + 8aaa161 commit 1507a16

File tree

1 file changed

+5
-5
lines changed
  • lib/internal/Magento/Framework/MessageQueue/Topology

1 file changed

+5
-5
lines changed

lib/internal/Magento/Framework/MessageQueue/Topology/Config.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class Config implements ConfigInterface
2424
private $exchangeIterator;
2525

2626
/**
27-
* Exchange config data iterator.
27+
* Queue config data iterator.
2828
*
29-
* @var ExchangeIterator
29+
* @var QueueIterator
3030
*/
3131
private $queueIterator;
3232

@@ -43,7 +43,7 @@ public function __construct(ExchangeIterator $exchangeIterator, QueueIterator $q
4343
}
4444

4545
/**
46-
* {@inheritdoc}
46+
* @inheritdoc
4747
*/
4848
public function getExchange($name, $connection)
4949
{
@@ -63,15 +63,15 @@ public function getExchange($name, $connection)
6363
}
6464

6565
/**
66-
* {@inheritdoc}
66+
* @inheritdoc
6767
*/
6868
public function getExchanges()
6969
{
7070
return $this->exchangeIterator;
7171
}
7272

7373
/**
74-
* {@inheritdoc}
74+
* @inheritdoc
7575
*/
7676
public function getQueues()
7777
{

0 commit comments

Comments
 (0)