We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5992bc1 commit 32c09e5Copy full SHA for 32c09e5
src/Space.php
@@ -352,7 +352,7 @@ public function setIndexes(array $indexes)
352
foreach ($indexes as $n => $index) {
353
$indexes[$n]['fields'] = [];
354
foreach ($index['parts'] as $part) {
355
- if (array_key_exists('field', $part)){
+ if (array_key_exists('field', $part)) {
356
$indexes[$n]['fields'][] = $this->fields[$part['field']];
357
} else {
358
$indexes[$n]['fields'][] = $this->fields[$part[0]];
0 commit comments