Skip to content

Set captcha values regardless of step #147

Set captcha values regardless of step

Set captcha values regardless of step #147

Triggered via pull request August 12, 2024 09:50
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: Classes/Controller/FormController.php#L568
Property Typoheads\Formhandler\Domain\Model\Config\FormModel::$captchaFieldValues (array<string, string>) does not accept array.
phpstan: Classes/Controller/FormController.php#L694
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L695
Property Typoheads\Formhandler\Domain\Model\Config\FormModel::$disableErrorCheckFields (array<string, array<string>>) does not accept array<string, array<string>|string>.
phpstan: Classes/Controller/FormController.php#L705
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L706
Property Typoheads\Formhandler\Domain\Model\Config\FormModel::$disableErrorCheckFields (array<string, array<string>>) does not accept array<string, array<string>|string>.
phpstan: Classes/Domain/Model/Config/Finisher/MailFinisherModel.php#L107
Method Typoheads\Formhandler\Domain\Model\Config\Finisher\MailFinisherModel::parseEmailTypeSettings() should return array{toEmail: string, subject: string, senderEmail: string, senderName: string, replyToEmail: string, replyToName: string, ccEmail: string, ccName: string, ...} but returns non-empty-array<'attachments'|'bccEmail'|'bccName'|'ccEmail'|'ccName'|'embedFiles'|'replyToEmail'|'replyToName'|'returnPath'|'senderEmail'|'senderName'|'subject'|'templateMailHtml'|'templateMailText'|'toEmail', array<string, array{fileOrField: string, mime: string|null, renameTo: string|null}>|string>.
phpstan: Classes/Domain/Model/Config/GeneralOptions/ConditionBlockModel.php#L128
Property Typoheads\Formhandler\Domain\Model\Config\GeneralOptions\ConditionBlockModel::$conditions (array<string, array<string, string>>) does not accept mixed.
phpstan: Classes/Domain/Model/Config/GeneralOptions/ConditionBlockModel.php#L129
Property Typoheads\Formhandler\Domain\Model\Config\GeneralOptions\ConditionBlockModel::$else (array<string, string>) does not accept mixed.
phpstan: Classes/Domain/Model/Config/GeneralOptions/ConditionBlockModel.php#L130
Property Typoheads\Formhandler\Domain\Model\Config\GeneralOptions\ConditionBlockModel::$isTrue (array<string, string>) does not accept mixed.
phpstan: Classes/Domain/Model/Config/Interceptor/TurnstileCaptchaInterceptorModel.php#L18
Constructor of class Typoheads\Formhandler\Domain\Model\Config\Interceptor\TurnstileCaptchaInterceptorModel has an unused parameter $settings.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
phpstan
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/