Completed
Push — master ( 35d114...ca07a1 )
by Adam
05:07
created
src/config/ContainerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 					$container->addService($name, $config); // is directly service object from merged container
107 107
 					continue;
108 108
 				}
109
-				if(!isset($config['class'])) {
109
+				if (!isset($config['class'])) {
110 110
 					throw new ContainerFactoryException("Service '$name' does not have defined class.");
111 111
 				}
112 112
 				$class = $config['class'];
Please login to merge, or discard this patch.