Skip to content

Commit

Permalink
fix method params and return type block
Browse files Browse the repository at this point in the history
  • Loading branch information
anvasiliev committed May 31, 2019
1 parent 038615b commit fb06c33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ public function __construct(
* Prevent publishing inconsistent messages because of store_id not defined or wrong.
*
* @param SubjectExchange $subject
* @param $topic
* @param string $topic
* @param EnvelopeInterface[] $envelopes
* @return array
* @throws AMQPInvalidArgumentException
* @throws \Exception
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function beforeEnqueue(SubjectExchange $subject, $topic, array $envelopes)
Expand Down

0 comments on commit fb06c33

Please sign in to comment.