@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public function compare($value, $comparativeValue): int |
| 26 | 26 | { |
| 27 | 27 | try { |
| 28 | - $compared = $this->collator->compare((string)$value, (string)$comparativeValue); |
|
| 28 | + $compared = $this->collator->compare((string) $value, (string) $comparativeValue); |
|
| 29 | 29 | |
| 30 | 30 | if ($this->collator->getErrorCode() !== 0) { |
| 31 | 31 | throw IntlSortException::errorOnSort($this->collator->getErrorMessage()); |