Completed
Push — master ( 3752f9...b4e647 )
by Oscar
03:55
created
src/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             try {
86 86
                 return $this->items[$id] = array_reduce(
87 87
                     $this->services[$id],
88
-                    function ($item, callable $callback) {
88
+                    function($item, callable $callback) {
89 89
                         return $callback($this, $item);
90 90
                     }
91 91
                 );
Please login to merge, or discard this patch.