@@ -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); |
@@ -263,7 +263,7 @@ |
||
| 263 | 263 | 'type' => 'eq', |
| 264 | 264 | 'x' => 'shla sasha po shosse i sosala sushku' |
| 265 | 265 | ], |
| 266 | - [ // will be ignored |
|
| 266 | + [// will be ignored |
|
| 267 | 267 | 'field' => 't.unknownColumn', |
| 268 | 268 | 'type' => 'eq', |
| 269 | 269 | 'x' => 'the road to hell' |