@@ -88,7 +88,7 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | $tService = $this->services[$uName]; |
91 | - $tClosure = function () use ($tService, $uCallback) { |
|
91 | + $tClosure = function() use ($tService, $uCallback) { |
|
92 | 92 | // it's a shared instance, not a factory. |
93 | 93 | if ($tService[1] === true) { |
94 | 94 | $tValue = $tService[0]; |