Skip to content

Commit

Permalink
[5.2] Add missing @return annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 23, 2021
1 parent 00a288d commit 7ab1cd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Transport/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ public function __construct(array $configuration, SqsClient $client = null, stri
$this->queueUrl = $queueUrl;
}

/**
* @return array
*/
public function __sleep()
{
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
Expand Down

0 comments on commit 7ab1cd5

Please sign in to comment.