#382: Added registration form with email verification #358
Annotations
10 errors and 2 warnings
Psalm:
src/Controller/RegistrationController.php#L50
src/Controller/RegistrationController.php:50:33: PossiblyNullArgument: Argument 1 of App\Entity\User::setCreatedBy cannot be null, possibly null value provided (see https://psalm.dev/078)
|
Psalm:
src/Controller/RegistrationController.php#L51
src/Controller/RegistrationController.php:51:33: PossiblyNullArgument: Argument 1 of App\Entity\User::setUpdatedBy cannot be null, possibly null value provided (see https://psalm.dev/078)
|
Psalm:
src/Controller/RegistrationController.php#L60
src/Controller/RegistrationController.php:60:26: PossiblyNullArgument: Argument 1 of Symfony\Bridge\Twig\Mime\TemplatedEmail::to cannot be null, possibly null value provided (see https://psalm.dev/078)
|
Psalm:
src/DataFixtures/OccurrenceFixture.php#L89
src/DataFixtures/OccurrenceFixture.php:89:24: ArgumentTypeCoercion: Argument 1 of App\Entity\Occurrence::setEvent expects App\Entity\Event|null, but parent type object provided (see https://psalm.dev/193)
|
Psalm:
src/Factory/EventFactory.php#L125
src/Factory/EventFactory.php:125:27: PossiblyNullArgument: Argument 1 of App\Entity\Event::setTitle cannot be null, possibly null value provided (see https://psalm.dev/078)
|
Psalm:
src/Form/RegistrationFormType.php#L17
src/Form/RegistrationFormType.php:17:7: MissingTemplateParam: App\Form\RegistrationFormType has missing template params when extending Symfony\Component\Form\AbstractType, expecting 1 (see https://psalm.dev/182)
|
Psalm:
src/Security/EmailVerifier.php#L26
src/Security/EmailVerifier.php:26:20: UndefinedInterfaceMethod: Method Symfony\Component\Security\Core\User\UserInterface::getId does not exist (see https://psalm.dev/181)
|
Psalm:
src/Security/EmailVerifier.php#L27
src/Security/EmailVerifier.php:27:20: UndefinedInterfaceMethod: Method Symfony\Component\Security\Core\User\UserInterface::getMail does not exist (see https://psalm.dev/181)
|
Psalm:
src/Security/EmailVerifier.php#L28
src/Security/EmailVerifier.php:28:29: UndefinedInterfaceMethod: Method Symfony\Component\Security\Core\User\UserInterface::getId does not exist (see https://psalm.dev/181)
|
Psalm:
src/Security/EmailVerifier.php#L46
src/Security/EmailVerifier.php:46:88: UndefinedInterfaceMethod: Method Symfony\Component\Security\Core\User\UserInterface::getId does not exist (see https://psalm.dev/181)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Get composer cache directory
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading