Passed
Branch master (a5918e)
by Raffael
02:18
created
src/Container.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * Micro
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
 
353 353
         return $factory->createProxy(
354 354
             $class->getName(),
355
-            function (&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($that, $name,$class,$arguments,$config) {
355
+            function(&$wrappedObject, $proxy, $method, $parameters, &$initializer) use ($that, $name, $class, $arguments, $config) {
356 356
                 $wrappedObject = $that->getRealInstance($name, $class, $arguments, $config);
357 357
                 $initializer = null;
358 358
             }
Please login to merge, or discard this patch.