Completed
Push — master ( cb6624...4ccb7a )
by
unknown
04:22 queued 02:23
created
src/Sculpin/Contrib/ProxySourceCollection/ProxySourceCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
         }
131 131
         unset($item);
132 132
 
133
-        uasort($this->items, function ($a, $b) use ($comparator) {
133
+        uasort($this->items, function($a, $b) use ($comparator) {
134 134
             $result = $comparator($a[1], $b[1]);
135 135
 
136 136
             // use the index to prevent undefined behaviour when comparator reports items are "equal"
Please login to merge, or discard this patch.