Skip to content

Add administration backend module #137

Add administration backend module

Add administration backend module #137

Triggered via pull request August 2, 2024 18:34
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: Classes/Controller/AdministrationController.php#L47
Parameter #1 $formValues of method Typoheads\Formhandler\Controller\AdministrationController::prepareFlatArray() expects array, mixed given.
phpstan: Classes/Controller/AdministrationController.php#L53
Method Typoheads\Formhandler\Controller\AdministrationController::exportAction() has parameter $fields with no value type specified in iterable type array.
phpstan: Classes/Controller/AdministrationController.php#L70
Parameter #1 $formValues of method Typoheads\Formhandler\Controller\AdministrationController::prepareFlatArray() expects array, mixed given.
phpstan: Classes/Controller/AdministrationController.php#L121
Parameter #2 $string of function explode expects string, string|null given.
phpstan: Classes/Controller/AdministrationController.php#L137
Parameter #1 $formValues of method Typoheads\Formhandler\Controller\AdministrationController::prepareFlatArray() expects array, mixed given.
phpstan: Classes/Controller/AdministrationController.php#L165
Parameter #1 $stream of function fputcsv expects resource, resource|false given.
phpstan: Classes/Controller/AdministrationController.php#L167
Parameter #1 $stream of function fputcsv expects resource, resource|false given.
phpstan: Classes/Controller/AdministrationController.php#L170
Parameter #1 $stream of function fseek expects resource, resource|false given.
phpstan: Classes/Controller/AdministrationController.php#L173
Parameter #1 $stream of function fpassthru expects resource, resource|false given.
phpstan: Classes/Controller/FormController.php#L690
Ternary operator condition is always true.
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/