Skip to content

Commit 0c93d0e

Browse files
committed
Fixed CS issues
1 parent db7f67f commit 0c93d0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Elasticsearch/Tests/Connections/ConnectionTest.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public function testConstructor()
2727
'host' => 'localhost'
2828
];
2929
$connection = new Connection(
30-
function(){},
30+
function () {
31+
},
3132
$host,
3233
$params,
3334
$this->serializer,
@@ -44,7 +45,8 @@ public function testGetHeadersContainUserAgent()
4445
'host' => 'localhost'
4546
];
4647
$connection = new Connection(
47-
function(){},
48+
function () {
49+
},
4850
$host,
4951
$params,
5052
$this->serializer,

0 commit comments

Comments
 (0)