Closed
Description
This issue is automatically created based on existing pull request: #30180: Fix docblock annotation for PublisherInterface message
Description (*)
The message on the publisher interface's publish
method currently has a docblock annotation of array|object
. However, since this type can be anything other than array or object as long as it's defined in the communication.xml
this docblock annotation creates confusion. The docblock annotation is therefore wrong. This PR fixes that.
Related Pull Requests
Manual testing scenarios (*)
Since this is a doc change, I'm not sure if there's any manual testing scenarios? Please tell me if I'm wrong.
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done