| Conditions | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| 1 | <?php |
||
| 32 | public function process(ContainerBuilder $container) |
||
| 33 | { |
||
| 34 | $executorId = 'thruster_data_mapper_actions.map.executor'; |
||
| 35 | $executorDefinition = new Definition( |
||
| 36 | 'Thruster\Component\DataMapper\DataMappers', |
||
| 37 | [new Reference('thruster_data_mappers')] |
||
| 38 | ); |
||
| 39 | |||
| 40 | $executorDefinition->addTag('thruster_action_executor', []); |
||
| 41 | $container->setDefinition($executorId, $executorDefinition); |
||
| 42 | } |
||
| 43 | } |
||
| 48 |