Skip to content

Fix wrong step value in json #151

Fix wrong step value in json

Fix wrong step value in json #151

Triggered via pull request October 15, 2024 14:43
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: Classes/Controller/FormController.php#L577
Property Typoheads\Formhandler\Controller\FormController::$parsedBody (array<string, mixed>) does not accept array<int|string, mixed>.
phpstan: Classes/Controller/FormController.php#L581
Call to an undefined method object::process().
phpstan: Classes/Controller/FormController.php#L581
Unable to resolve the template type T in call to method static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
phpstan: Classes/Controller/FormController.php#L686
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L687
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#L697
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L698
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
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 use a deprecated Node.js version 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/