Completed
Push — master ( f34cee...bc60be )
by Avtandil
05:18
created
src/MultiLang/MultiLang.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
      */
264 264
     protected function sortReplacements(array $replace)
265 265
     {
266
-        return (new Collection($replace))->sortBy(function ($value, $key) {
266
+        return (new Collection($replace))->sortBy(function($value, $key) {
267 267
             return mb_strlen($key) * -1;
268 268
         });
269 269
     }
Please login to merge, or discard this patch.