@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public function process(ContainerBuilder $container) |
| 19 | 19 | { |
| 20 | 20 | if (false === $container->hasDefinition($this->class)) { |
| 21 | - throw new LogicException($this->class . ' must be registered'); |
|
| 21 | + throw new LogicException($this->class.' must be registered'); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | $conditionManagerDefinition = $container->getDefinition($this->class); |