There was an error while loading. Please reload this page.
ElasticSearchTest
1 parent 5e57799 commit d53fc6cCopy full SHA for d53fc6c
1 file changed
test/ElasticSearchTest.php
@@ -38,9 +38,7 @@ public function testElasticSearch(string $clusterStatus, string $expectedResult)
38
static::assertIsNumeric($resultData['responseTime']);
39
}
40
41
- /**
42
- * @return array{array{string, class-string<ResultInterface>}}
43
- */
+ /** @return non-empty-list<array{string, class-string<ResultInterface>}> */
44
public function healthStatusProvider(): array
45
{
46
return [
0 commit comments