Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | class NewRelicTransactionNameHandlerPlugin extends AbstractPlugin implements ApplicationPluginInterface, BootableApplicationPluginInterface |
||
20 | { |
||
21 | /** |
||
22 | * @param \Spryker\Service\Container\ContainerInterface $container |
||
23 | * |
||
24 | * @return \Spryker\Service\Container\ContainerInterface |
||
25 | */ |
||
26 | public function provide(ContainerInterface $container): ContainerInterface |
||
27 | { |
||
28 | return $container; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param \Spryker\Service\Container\ContainerInterface $container |
||
33 | * |
||
34 | * @return \Spryker\Service\Container\ContainerInterface |
||
35 | */ |
||
36 | public function boot(ContainerInterface $container): ContainerInterface |
||
42 | } |
||
43 | } |
||
44 |