Completed
Branch master (7ca8b5)
by Claudio
01:51
created
src/Comparator/Comparator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.