Skip to content

Commit

Permalink
fix ordering with non-numeric inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Sep 29, 2023
1 parent 7923fc7 commit a76f89c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function saveCopyrightPosition(): bool
$positions = $this->http->wrapper()->post()->retrieve(
'order',
$this->refinery->kindlyTo()->dictOf(
$this->refinery->kindlyTo()->int()
$this->refinery->kindlyTo()->string()
)
);
asort($positions);
Expand Down

0 comments on commit a76f89c

Please sign in to comment.