Completed
Push — master ( 25abd6...2ecbc7 )
by Gabriel
07:23
created
test/Provider/ServiceProviderTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             function($factory) use ($instanceOf, $factoryArgs, $additionalAssertions) {
138 138
                 if (is_string($factory)) {
139 139
                     // simulate the Container's behaviour when a string is supplied as a concrete
140
-                    $factory = function () use ($factory) {
140
+                    $factory = function() use ($factory) {
141 141
                         $refl = new \ReflectionClass($factory);
142 142
                         return $refl->newInstanceArgs(func_get_args());
143 143
                     };
Please login to merge, or discard this patch.