Completed
Branch master (74ad30)
by Eser
05:07
created
Category
src/Services/Services.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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];
Please login to merge, or discard this patch.