Skip to content

chore!: move functionality to render sub components from trait to class #48

chore!: move functionality to render sub components from trait to class

chore!: move functionality to render sub components from trait to class #48

Triggered via pull request September 6, 2024 09:16
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
phpstan: Classes/DataProviding/Helpers/SubComponentRenderingHelper.php#L21
Method Sinso\Webcomponents\DataProviding\Helpers\SubComponentRenderingHelper::renderSubComponent() has parameter $additionalInputData with no type specified.
phpstan: Classes/DataProviding/Helpers/SubComponentRenderingHelper.php#L23
Parameter #1 $className of static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance() expects class-string<object>, string given.
phpstan: Classes/DataProviding/Helpers/SubComponentRenderingHelper.php#L23
Unable to resolve the template type T in call to method static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
phpstan: Classes/DataProviding/Helpers/SubComponentRenderingHelper.php#L45
Parameter #1 $tagName of method Sinso\Webcomponents\Rendering\ComponentRenderer::renderComponent() expects string, string|null 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/