Skip to content

Commit ec59b9e

Browse files
committed
Fix Code Style in all files
1 parent 82b2121 commit ec59b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/MongodbConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testRejectShouldReSendMessageToSameQueueOnRequeue()
104104
$context
105105
->expects($this->once())
106106
->method('createProducer')
107-
->will($this->returnValue($producerMock))
107+
->willReturn($producerMock)
108108
;
109109

110110
$consumer = new MongodbConsumer($context, $queue);

Tests/MongodbSubscriptionConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private function createMongodbContextMock()
153153
}
154154

155155
/**
156-
* @param null|mixed $queueName
156+
* @param mixed|null $queueName
157157
*
158158
* @return Consumer|\PHPUnit_Framework_MockObject_MockObject
159159
*/

0 commit comments

Comments
 (0)