Skip to content

Commit

Permalink
Adjusted return type of ElasticSearchTest data provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 13, 2022
1 parent 5e57799 commit d53fc6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/ElasticSearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public function testElasticSearch(string $clusterStatus, string $expectedResult)
static::assertIsNumeric($resultData['responseTime']);
}

/**
* @return array{array{string, class-string<ResultInterface>}}
*/
/** @return non-empty-list<array{string, class-string<ResultInterface>}> */
public function healthStatusProvider(): array
{
return [
Expand Down

0 comments on commit d53fc6c

Please sign in to comment.