@@ -85,7 +85,7 @@ |
||
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 | ); |