Skip to content

Commit c10e779

Browse files
authored
Add new container reference (#262)
1 parent 3633991 commit c10e779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Handler/ContainerHandler.php

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ContainerHandler implements AfterMethodCallAnalysisInterface, AfterClassLi
2626
private const GET_CLASSLIKES = [
2727
'Psr\Container\ContainerInterface',
2828
'Symfony\Component\DependencyInjection\ContainerInterface',
29+
'Symfony\Component\DependencyInjection\Container',
2930
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
3031
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
3132
'Symfony\Bundle\FrameworkBundle\Test\TestContainer',

0 commit comments

Comments
 (0)