Skip to content

Commit 35314e0

Browse files
authored
Remove unnecessary ServiceSubscriberInterface stub (#480)
1 parent 422f25e commit 35314e0

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

extension.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ parameters:
2626
- stubs/Symfony/Component/Form/FormView.stub
2727
- stubs/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.stub
2828
- stubs/Symfony/Component/OptionsResolver/Options.stub
29-
- stubs/Symfony/Contracts/Service/ServiceSubscriberInterface.stub
3029

3130
parametersSchema:
3231
symfony: structure([

stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ namespace Symfony\Bundle\FrameworkBundle\Controller;
44

55
use Symfony\Component\Form\FormInterface;
66
use Symfony\Component\Form\FormTypeInterface;
7-
use Symfony\Contracts\Service\ServiceSubscriberInterface;
87

9-
abstract class AbstractController implements ServiceSubscriberInterface
8+
abstract class AbstractController
109
{
1110
/**
1211
* @template TFormType of FormTypeInterface<TData>

stubs/Symfony/Contracts/Service/ServiceSubscriberInterface.stub

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)