Test Failed
Pull Request — release/5.x (#16)
by
unknown
20:02 queued 13:12
created
src/Zicht/Bundle/FrameworkExtraBundle/Util/SortedList.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     {
42 42
         usort(
43 43
             $this->items,
44
-            function ($a, $b) {
44
+            function($a, $b) {
45 45
                 if ($a[0] === $b[0]) {
46 46
                     return 0;
47 47
                 }
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     {
58 58
         return new \ArrayIterator(
59 59
             array_map(
60
-                function ($item) {
60
+                function($item) {
61 61
                     return $item[1];
62 62
                 },
63 63
                 $this->items
Please login to merge, or discard this patch.