Add stub for form options #716
Annotations
10 errors and 1 warning
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Generic type Symfony\Component\Form\FormInterface<mixed, mixed> in PHPDoc tag @return specifies 2 template types, but interface Symfony\Component\Form\FormInterface supports only 1: TData
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Generic type Symfony\Component\Form\FormInterface<mixed, mixed> in PHPDoc tag @return specifies 2 template types, but interface Symfony\Component\Form\FormInterface supports only 1: TData
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Method Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createForm() has parameter $options with no value type specified in iterable type array.
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
PHPDoc tag @param for parameter $options with type TOptions is not subtype of native type array.
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Type mixed in generic type Symfony\Component\Form\FormTypeInterface<mixed, mixed> in PHPDoc tag @param for parameter $type is not subtype of template type TOptions of array<string, mixed> of interface Symfony\Component\Form\FormTypeInterface.
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Type mixed in generic type Symfony\Component\Form\FormTypeInterface<mixed, mixed> in PHPDoc tag @param for parameter $type is not subtype of template type TOptions of array<string, mixed> of interface Symfony\Component\Form\FormTypeInterface.
|
PHPStan:
stubs/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.stub#L22
Type mixed in generic type Symfony\Component\Form\FormTypeInterface<mixed, mixed> in PHPDoc tag @template TFormType is not subtype of template type TOptions of array<string, mixed> of interface Symfony\Component\Form\FormTypeInterface.
|
PHPStan:
stubs/Symfony/Component/Form/FormFactoryInterface.stub#L22
Generic type Symfony\Component\Form\FormInterface<mixed, mixed> in PHPDoc tag @return specifies 2 template types, but interface Symfony\Component\Form\FormInterface supports only 1: TData
|
PHPStan:
stubs/Symfony/Component/Form/FormFactoryInterface.stub#L22
Generic type Symfony\Component\Form\FormInterface<mixed, mixed> in PHPDoc tag @return specifies 2 template types, but interface Symfony\Component\Form\FormInterface supports only 1: TData
|
PHPStan:
stubs/Symfony/Component/Form/FormFactoryInterface.stub#L22
Method Symfony\Component\Form\FormFactoryInterface::create() has parameter $options with no value type specified in iterable type array.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading