@@ -32,7 +32,7 @@ |
||
| 32 | 32 | { |
| 33 | 33 | $configuration = $this->getConfiguration($config, $container); |
| 34 | 34 | $config = $this->processConfiguration($configuration, $config); |
| 35 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 35 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 36 | 36 | $loader->load('applier.xml'); |
| 37 | 37 | |
| 38 | 38 | $this->registerSubjectManipulatorConfiguration($loader, $container, $config['subject_manipulator']); |
@@ -20,8 +20,8 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | class WorkflowExtensionsBundle extends Bundle |
| 22 | 22 | { /** |
| 23 | - * {@inheritdoc} |
|
| 24 | - */ |
|
| 23 | + * {@inheritdoc} |
|
| 24 | + */ |
|
| 25 | 25 | public function build(ContainerBuilder $container) |
| 26 | 26 | { |
| 27 | 27 | parent::build($container); |