@@ -106,7 +106,7 @@ |
||
| 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']; |