Skip to content

chore!: switch from ComponentRendering data to InputData as input for components #52

chore!: switch from ComponentRendering data to InputData as input for components

chore!: switch from ComponentRendering data to InputData as input for components #52

Triggered via pull request September 9, 2024 15:37
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
phpstan: Classes/ContentObject/WebcomponentContentObject.php#L28
Cannot access property $data on TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer|null.
phpstan: Classes/ContentObject/WebcomponentContentObject.php#L28
Cannot call method getCurrentTable() on TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer|null.
phpstan: Classes/ContentObject/WebcomponentContentObject.php#L45
Parameter #2 $componentClassName of method Sinso\Webcomponents\Rendering\ComponentRenderer::evaluateComponent() expects class-string<Sinso\Webcomponents\DataProviding\ComponentInterface>, string given.
phpstan: Classes/ContentObject/WebcomponentContentObject.php#L50
Variable $componentRenderingData might not be defined.
phpstan: Classes/Dto/InputData.php#L9
Method Sinso\Webcomponents\Dto\InputData::__construct() has parameter $additionalData with no value type specified in iterable type array.
phpstan: Classes/Dto/InputData.php#L9
Method Sinso\Webcomponents\Dto\InputData::__construct() has parameter $record with no value type specified in iterable type array.
phpstan: Classes/ViewHelpers/RenderViewHelper.php#L45
Parameter #2 $componentClassName of method Sinso\Webcomponents\Rendering\ComponentRenderer::evaluateComponent() expects class-string<Sinso\Webcomponents\DataProviding\ComponentInterface>, string given.
phpstan
Process completed with exit code 1.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rector
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php-cs-fixer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/