Passed
Push — master ( 125477...635d48 )
by Gabor
07:46
created
src/WebHemi/DependencyInjection/ServiceAdapter/Base/ServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
             // Create new instance.
112 112
             $className = $this->serviceLibrary[$identifier][self::SERVICE_CLASS];
113 113
             $reflectionClass = new ReflectionClass($className);
114
-            $serviceInstance =  $reflectionClass->newInstanceArgs($argumentList);
114
+            $serviceInstance = $reflectionClass->newInstanceArgs($argumentList);
115 115
 
116 116
             // Perform post init method calls.
117 117
             foreach ($this->serviceLibrary[$identifier][self::SERVICE_METHOD_CALL] as $methodCallList) {
Please login to merge, or discard this patch.