Skip to content

Commit e70e63a

Browse files
fedorf4github-actions[bot]
authored andcommitted
Fix styling
1 parent e2be05a commit e70e63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search/Sorting/Sort.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function toDSL(): array
6060

6161
$details['order'] = $this->order;
6262

63-
return [$this->script !== null ? '_script' : $this->field => $details];
63+
return [$this->script !== null ? '_script' : $this->field => $details];
6464
}
6565

6666
public function __toString(): string

0 commit comments

Comments
 (0)