Skip to content

Commit 7ef5572

Browse files
Sergey Boborykinscaytrase
Sergey Boborykin
authored andcommitted
add return type to getContainerExtension
1 parent ccea55f commit 7ef5572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MetricBundle/LamodaMetricBundle.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
use Lamoda\Metric\MetricBundle\DependencyInjection\Compiler\RegisterResponseFactoriesPass;
88
use Lamoda\Metric\MetricBundle\DependencyInjection\LamodaMetricExtension;
99
use Symfony\Component\DependencyInjection\ContainerBuilder;
10+
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
1011
use Symfony\Component\HttpKernel\Bundle\Bundle;
1112

1213
/**
1314
* @codeCoverageIgnore
1415
*/
1516
final class LamodaMetricBundle extends Bundle
1617
{
17-
public function getContainerExtension()
18+
public function getContainerExtension(): ExtensionInterface
1819
{
1920
return new LamodaMetricExtension();
2021
}

0 commit comments

Comments
 (0)