Passed
Push — master ( 593539...343461 )
by Alain
01:59
created
src/InstantiatorTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             $reflectionClass = new ReflectionClass($class);
53 53
 
54 54
             return $reflectionClass->newInstanceArgs(
55
-                (array)$ordered_arguments
55
+                (array) $ordered_arguments
56 56
             );
57 57
         } catch (Exception $exception) {
58 58
             throw new InvalidArgumentException(
Please login to merge, or discard this patch.