Skip to content

Commit ac8988f

Browse files
authored
Merge pull request #44 from TappNetwork/analysis-RvGagp
Apply fixes from StyleCI
2 parents d7f5fc7 + aed87ce commit ac8988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function it_can_post()
3232
'/v0/test_base/companies',
3333
[
3434
'json' => [
35-
'fields' => (object)$postData,
35+
'fields' => (object) $postData,
3636
],
3737
]
3838
);

0 commit comments

Comments
 (0)