Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
22 | 5 | public function prepend(ContainerBuilder $container) |
|
23 | { |
||
24 | 5 | if ($container->hasExtension('twig')) { |
|
25 | 5 | // inject template |
|
26 | 5 | $container->prependExtensionConfig('twig', ['form_themes' => ['@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig']]); |
|
27 | 5 | } |
|
30 |