Completed
Push — master ( 54bcb1...083d0b )
by Jan
03:06
created
tests/unit/Call/ReceivePaymentRequestTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 			->getMock();
26 26
 
27 27
 		$apiClient->expects(self::once())->method('createResponseByData')
28
-			->willReturnCallback(function (array $postData) {
28
+			->willReturnCallback(function(array $postData) {
29 29
 				return new Response(new ResponseCode(ResponseCode::S200_OK), $postData);
30 30
 			});
31 31
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 			->getMock();
59 59
 
60 60
 		$apiClient->expects(self::once())->method('createResponseByData')
61
-			->willReturnCallback(function (array $postData) {
61
+			->willReturnCallback(function(array $postData) {
62 62
 				return new Response(new ResponseCode(ResponseCode::S200_OK), $postData);
63 63
 			});
64 64
 
Please login to merge, or discard this patch.