Skip to content

Commit

Permalink
Fixed CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 19, 2019
1 parent db7f67f commit 0c93d0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Elasticsearch/Tests/Connections/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public function testConstructor()
'host' => 'localhost'
];
$connection = new Connection(
function(){},
function () {
},
$host,
$params,
$this->serializer,
Expand All @@ -44,7 +45,8 @@ public function testGetHeadersContainUserAgent()
'host' => 'localhost'
];
$connection = new Connection(
function(){},
function () {
},
$host,
$params,
$this->serializer,
Expand Down

0 comments on commit 0c93d0e

Please sign in to comment.