We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3633991 commit c10e779Copy full SHA for c10e779
src/Handler/ContainerHandler.php
@@ -26,6 +26,7 @@ class ContainerHandler implements AfterMethodCallAnalysisInterface, AfterClassLi
26
private const GET_CLASSLIKES = [
27
'Psr\Container\ContainerInterface',
28
'Symfony\Component\DependencyInjection\ContainerInterface',
29
+ 'Symfony\Component\DependencyInjection\Container',
30
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
31
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
32
'Symfony\Bundle\FrameworkBundle\Test\TestContainer',
0 commit comments