Completed
Push — dev ( aa606c...fccaa5 )
by Jordan
10:27
created
src/Samsara/Fermat/Types/NumberCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
     public function sort(): NumberCollectionInterface
69 69
     {
70
-        $this->getCollection()->sort(function($left, $right){
70
+        $this->getCollection()->sort(function($left, $right) {
71 71
             return ArithmeticProvider::compare($left, $right);
72 72
         });
73 73
 
Please login to merge, or discard this patch.