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 2b182a3 commit 6fd38c0Copy full SHA for 6fd38c0
src/Metadata/Tests/Extractor/ResourceMetadataCompatibilityTest.php
@@ -711,7 +711,7 @@ private function withStateOptions(array $values): ?OptionsInterface
711
throw new \InvalidArgumentException('Only one options can be configured at a time.');
712
}
713
714
- $configuration = reset($values);
+ $elasticsearchOptions = reset($values);
715
switch (key($values)) {
716
case 'elasticsearchOptions':
717
if (class_exists(Options::class)) {
0 commit comments