Skip to content

Commit

Permalink
Merge pull request #5 from richan-fongdasen/analysis-ADNRWZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
richan-fongdasen authored Nov 9, 2021
2 parents d2b1ce2 + 01a2af5 commit b2a3f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GcrPubSubQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ public function acknowledge(Message $message): void
* Pull a specific PubSub message from PubSub topic specified by the given message id.
*
* @param Message $original
* @return Message
*
* @throws ErrorException
*
* @return Message
*/
public function pullFreshMessage(Message $original): Message
{
Expand Down
1 change: 1 addition & 0 deletions src/GcrPubSubQueueFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function assertMessageHasAcknowledged(string $messageId): void
* Pull a specific PubSub message from PubSub topic specified by the given message id.
*
* @param Message $original
*
* @return Message
*/
public function pullFreshMessage(Message $original): Message
Expand Down

0 comments on commit b2a3f17

Please sign in to comment.