Skip to content

Commit d53fc6c

Browse files
committed
Adjusted return type of ElasticSearchTest data provider
1 parent 5e57799 commit d53fc6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/ElasticSearchTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public function testElasticSearch(string $clusterStatus, string $expectedResult)
3838
static::assertIsNumeric($resultData['responseTime']);
3939
}
4040

41-
/**
42-
* @return array{array{string, class-string<ResultInterface>}}
43-
*/
41+
/** @return non-empty-list<array{string, class-string<ResultInterface>}> */
4442
public function healthStatusProvider(): array
4543
{
4644
return [

0 commit comments

Comments
 (0)