Completed
Push — master ( 2c9a51...3752f9 )
by Oscar
02:47
created
src/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             try {
130 130
                 return $this->items[$id] = array_reduce(
131 131
                     $this->services[$id],
132
-                    function ($item, $callback) {
132
+                    function($item, $callback) {
133 133
                         return $callback($this, $item);
134 134
                     }
135 135
                 );
Please login to merge, or discard this patch.