Passed
Branch master (801188)
by compolom
03:42 queued 02:03
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     private function cmp(string $key, int $order): callable
55 55
     {
56
-        return static function (object $a, object $b) use ($key, $order) {
56
+        return static function(object $a, object $b) use ($key, $order) {
57 57
             return $order ? $a->$key <=> $b->$key : $b->$key <=> $a->$key;
58 58
         };
59 59
     }
Please login to merge, or discard this patch.