Skip to content

Commit 2061704

Browse files
authored
Apply fixes from StyleCI (#45)
1 parent d8b1dec commit 2061704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/NetGsmIysTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function it_makes_add_requests_for_iys_addresses()
8484
$successResponse = [
8585
'code' => '0',
8686
'error' => 'false',
87-
'uid' => '73113cb9-dff0-415b-9491-xxxxxxxxxx'
87+
'uid' => '73113cb9-dff0-415b-9491-xxxxxxxxxx',
8888
];
8989

9090
$this->httpClient
@@ -141,8 +141,8 @@ public function it_makes_search_requests_for_iys_addresses()
141141
'type' => 'MESAJ',
142142
'status' => 'ONAY',
143143
'creationDate' => '2020-11-06 11:23:49',
144-
'retailerAccessCount' => 0
145-
]
144+
'retailerAccessCount' => 0,
145+
],
146146
];
147147

148148
$this->httpClient

0 commit comments

Comments
 (0)