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 038615b commit fb06c33Copy full SHA for fb06c33
app/code/Magento/AmqpStore/Plugin/Framework/Amqp/Bulk/Exchange.php
@@ -58,10 +58,11 @@ public function __construct(
58
* Prevent publishing inconsistent messages because of store_id not defined or wrong.
59
*
60
* @param SubjectExchange $subject
61
- * @param $topic
+ * @param string $topic
62
* @param EnvelopeInterface[] $envelopes
63
* @return array
64
* @throws AMQPInvalidArgumentException
65
+ * @throws \Exception
66
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
67
*/
68
public function beforeEnqueue(SubjectExchange $subject, $topic, array $envelopes)
0 commit comments