Skip to content

Add administration backend module #143

Add administration backend module

Add administration backend module #143

Triggered via pull request August 2, 2024 21:44
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: Classes/Controller/FormController.php#L690
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L691
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#L701
Ternary operator condition is always true.
phpstan: Classes/Controller/FormController.php#L702
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/Validator/DefaultValidatorModel.php#L229
Method Typoheads\Formhandler\Domain\Model\Config\Validator\DefaultValidatorModel::disableErrorCheckFields() has parameter $disableErrorCheckFields with no value type specified in iterable type array.
phpstan: Classes/Logger/DatabaseLogger.php#L44
Call to an undefined method TYPO3\CMS\Core\Routing\PageArguments|TYPO3\CMS\Core\Routing\SiteRouteResult::getPageId().
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/