Completed
Push — master ( 501a81...30bafc )
by Muhammad Kashif
25:46
created
src/Factory/ConfigFileServiceFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         }
43 43
 
44 44
         $class = new \ReflectionClass($service['class']);
45
-        $arguments = isset($service['arguments']) ? $service['arguments'] : [] ;
45
+        $arguments = isset($service['arguments']) ? $service['arguments'] : [];
46 46
 
47 47
         return $class->newInstanceArgs(
48 48
             $this->resolveArguments(
Please login to merge, or discard this patch.