mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
[controller] add missing use statements to stub (#191)
This commit is contained in:
parent
2992656853
commit
75798144a3
@ -4,6 +4,8 @@ namespace Symfony\Bundle\FrameworkBundle\Controller;
|
||||
|
||||
use Symfony\Contracts\Service\ServiceSubscriberInterface;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Symfony\Component\Form\FormInterface;
|
||||
use Symfony\Component\Form\FormTypeInterface;
|
||||
|
||||
class AbstractController implements ServiceSubscriberInterface
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user