Skip to content

Commit fd5abc5

Browse files
committed
correct phpdoc ruleset
1 parent a1d5bb3 commit fd5abc5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Elasticsearch/ClientBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,6 @@ public function setConnectionParams(array $params): ClientBuilder
383383
* @param string $cloudId
384384
* @param string $username, optional if using Basic Authentication
385385
* @param string $password, optional if using Basic Authentication
386-
*
387-
* @throws Elasticsearch\Common\Exceptions\ElasticCloudIdParseException
388386
*/
389387
public function setElasticCloudId(string $cloudId, ?string $username = null, ?string $password = null)
390388
{

src/Elasticsearch/Helper/ElasticCloudIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getClusterDns(): string
7979
*
8080
* @return void
8181
*
82-
* @throws Elasticsearch\Common\Exceptions\ElasticCloudIdParseException
82+
* @throws ElasticCloudIdParseException
8383
*/
8484
private function parse(): void
8585
{

0 commit comments

Comments
 (0)