Update PHPStan packages to v2 (major) #1834
continuous-integration.yml
on: pull_request
run
/
Generate test matrix
2s
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / tests
Annotations
7 errors
run / Static Code Analysis (8.4):
src/Action/EditProfileAction.php#L88
Method Nucleos\ProfileBundle\Action\EditProfileAction::updateUser() has parameter $form with generic interface Symfony\Component\Form\FormInterface but does not specify its types: TData
|
run / Static Code Analysis (8.4):
src/Action/EditProfileAction.php#L107
Method Nucleos\ProfileBundle\Action\EditProfileAction::createForm() return type with generic interface Symfony\Component\Form\FormInterface does not specify its types: TData
|
run / Static Code Analysis (8.4):
src/Action/RegistrationAction.php#L88
Method Nucleos\ProfileBundle\Action\RegistrationAction::updateUser() has parameter $form with generic interface Symfony\Component\Form\FormInterface but does not specify its types: TData
|
run / Static Code Analysis (8.4):
src/Action/RegistrationAction.php#L107
Method Nucleos\ProfileBundle\Action\RegistrationAction::createForm() return type with generic interface Symfony\Component\Form\FormInterface does not specify its types: TData
|
run / Static Code Analysis (8.4):
src/Form/Type/ProfileFormType.php#L19
Class Nucleos\ProfileBundle\Form\Type\ProfileFormType extends generic class Symfony\Component\Form\AbstractType but does not specify its types: TData
|
run / Static Code Analysis (8.4):
src/Form/Type/RegistrationFormType.php#L24
Class Nucleos\ProfileBundle\Form\Type\RegistrationFormType extends generic class Symfony\Component\Form\AbstractType but does not specify its types: TData
|
run / Static Code Analysis (8.4)
Process completed with exit code 2.
|