Skip to content

Commit

Permalink
style: phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 12, 2024
1 parent 2b182a3 commit 6fd38c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private function withStateOptions(array $values): ?OptionsInterface
throw new \InvalidArgumentException('Only one options can be configured at a time.');
}

$configuration = reset($values);
$elasticsearchOptions = reset($values);
switch (key($values)) {
case 'elasticsearchOptions':
if (class_exists(Options::class)) {
Expand Down

0 comments on commit 6fd38c0

Please sign in to comment.