Skip to content

Commit fb06c33

Browse files
committed
fix method params and return type block
1 parent 038615b commit fb06c33

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk

1 file changed

+2
-1
lines changed

app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk/Exchange.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ public function __construct(
5858
* Prevent publishing inconsistent messages because of store_id not defined or wrong.
5959
*
6060
* @param SubjectExchange $subject
61-
* @param $topic
61+
* @param string $topic
6262
* @param EnvelopeInterface[] $envelopes
6363
* @return array
6464
* @throws AMQPInvalidArgumentException
65+
* @throws \Exception
6566
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6667
*/
6768
public function beforeEnqueue(SubjectExchange $subject, $topic, array $envelopes)

0 commit comments

Comments
 (0)