Skip to content

Commit fb51418

Browse files
authored
ENGCOM-8277: Fix docblock annotation for PublisherInterface message #30180
2 parents dd06aed + aff593f commit fb51418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/MessageQueue/PublisherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface PublisherInterface
1818
* Publishes a message to a specific queue or exchange.
1919
*
2020
* @param string $topicName
21-
* @param array|object $data
21+
* @param mixed $data
2222
* @return null|mixed
2323
* @throws \InvalidArgumentException If message is not formed properly
2424
* @since 103.0.0

0 commit comments

Comments
 (0)