Skip to content

Commit

Permalink
Merge pull request #44 from TappNetwork/analysis-RvGagp
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
swilla authored Aug 26, 2021
2 parents d7f5fc7 + aed87ce commit ac8988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function it_can_post()
'/v0/test_base/companies',
[
'json' => [
'fields' => (object)$postData,
'fields' => (object) $postData,
],
]
);
Expand Down

0 comments on commit ac8988f

Please sign in to comment.