File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ parameters:
1313 stubFiles :
1414 - stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub
1515 - stubs/Symfony/Component/Form/AbstractType.stub
16- - stubs/Symfony/Component/Form/Exception/ExceptionInterface.stub
17- - stubs/Symfony/Component/Form/Exception/RuntimeException.stub
18- - stubs/Symfony/Component/Form/Exception/TransformationFailedException.stub
1916 - stubs/Symfony/Component/Form/FormBuilderInterface.stub
2017 - stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub
2118 - stubs/Symfony/Component/Form/FormConfigInterface.stub
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ public function getFiles(): array
6060 }
6161
6262 if ($ this ->isInstalledVersionBelow ('symfony/form ' , '6.2.0.0 ' )) {
63+ $ files [] = $ stubsDir . '/Symfony/Component/Form/Exception/ExceptionInterface.stub ' ;
64+ $ files [] = $ stubsDir . '/Symfony/Component/Form/Exception/RuntimeException.stub ' ;
65+ $ files [] = $ stubsDir . '/Symfony/Component/Form/Exception/TransformationFailedException.stub ' ;
6366 $ files [] = $ stubsDir . '/Symfony/Component/Form/DataTransformerInterface.stub ' ;
6467 }
6568
You can’t perform that action at this time.
0 commit comments