| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 24 | public function process(ContainerBuilder $container) |
|
| 27 | { |
||
| 28 | 24 | if (!$container->hasParameter('validator.translation_domain')) { |
|
| 29 | 23 | return; |
|
| 30 | } |
||
| 31 | |||
| 32 | 1 | $container->findDefinition('jms_serializer.form_error_handler') |
|
| 33 | 1 | ->addArgument('%validator.translation_domain%'); |
|
| 34 | 1 | } |
|
| 35 | } |
||
| 36 |