Skip to content

Commit eb909cc

Browse files
committed
Fixed CS issues
1 parent 4f8dfab commit eb909cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Elasticsearch/Tests/Connections/ConnectionTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public function testConstructor()
3131
];
3232

3333
$connection = new Connection(
34-
function(){},
34+
function () {
35+
},
3536
$host,
3637
$params,
3738
$this->serializer,
@@ -50,7 +51,8 @@ public function testGetHeadersContainUserAgent()
5051
];
5152

5253
$connection = new Connection(
53-
function(){},
54+
function () {
55+
},
5456
$host,
5557
$params,
5658
$this->serializer,

0 commit comments

Comments
 (0)