We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec9fd2 commit a1d5bb3Copy full SHA for a1d5bb3
tests/Elasticsearch/Tests/Helper/ElasticCloudIdParserTest.php
@@ -34,7 +34,7 @@ public function cloudIdsProvider()
34
35
/**
36
* @dataProvider cloudIdsProvider
37
- *
+ *
38
* @covers ElasticCloudIdParser::parse
39
* @covers ElasticCloudIdParser::getCloudId
40
* @covers ElasticCloudIdParser::getClusterName
@@ -89,5 +89,4 @@ public function testCloudIdParseExceptionWithInvalidHostPart()
89
$this->expectException(ElasticCloudIdParseException::class);
90
$cloud = new ElasticCloudIdParser($cloudId);
91
}
92
-
93
0 commit comments