Skip to content

Commit a1d5bb3

Browse files
committed
fixed code style violations
1 parent 8ec9fd2 commit a1d5bb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Elasticsearch/Tests/Helper/ElasticCloudIdParserTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function cloudIdsProvider()
3434

3535
/**
3636
* @dataProvider cloudIdsProvider
37-
*
37+
*
3838
* @covers ElasticCloudIdParser::parse
3939
* @covers ElasticCloudIdParser::getCloudId
4040
* @covers ElasticCloudIdParser::getClusterName
@@ -89,5 +89,4 @@ public function testCloudIdParseExceptionWithInvalidHostPart()
8989
$this->expectException(ElasticCloudIdParseException::class);
9090
$cloud = new ElasticCloudIdParser($cloudId);
9191
}
92-
9392
}

0 commit comments

Comments
 (0)