Skip to content

Commit 6fd38c0

Browse files
committed
style: phpstan fixes
1 parent 2b182a3 commit 6fd38c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Tests/Extractor/ResourceMetadataCompatibilityTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ private function withStateOptions(array $values): ?OptionsInterface
711711
throw new \InvalidArgumentException('Only one options can be configured at a time.');
712712
}
713713

714-
$configuration = reset($values);
714+
$elasticsearchOptions = reset($values);
715715
switch (key($values)) {
716716
case 'elasticsearchOptions':
717717
if (class_exists(Options::class)) {

0 commit comments

Comments
 (0)