mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-29 20:19:09 +01:00
Support TestContainer directly (#255)
This commit is contained in:
parent
62b37be93d
commit
fa5fe8b129
@ -28,6 +28,7 @@ class ContainerHandler implements AfterMethodCallAnalysisInterface, AfterClassLi
|
||||
'Symfony\Component\DependencyInjection\ContainerInterface',
|
||||
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
|
||||
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
|
||||
'Symfony\Bundle\FrameworkBundle\Test\TestContainer',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user