[TASK] Update v12 #50
Annotations
10 errors and 2 warnings
Code Quality (by PHPStan):
Classes/Engine/HandlebarsEngine.php#L121
Unable to resolve the template type T in call to method static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
|
Code Quality (by PHPStan):
Classes/Rendering/HandlebarsContext.php#L20
Method Visol\Handlebars\Rendering\HandlebarsContext::getRequest() should return Psr\Http\Message\ServerRequestInterface but returns Psr\Http\Message\ServerRequestInterface|null.
|
Code Quality (by PHPStan):
Classes/Rendering/HandlebarsContext.php#L25
Cannot call method getControllerExtensionKey() on Psr\Http\Message\ServerRequestInterface|null.
|
Code Quality (by PHPStan):
Classes/Rendering/HandlebarsContext.php#L30
Cannot call method getControllerName() on Psr\Http\Message\ServerRequestInterface|null.
|
Code Quality (by PHPStan):
Classes/Rendering/HandlebarsContext.php#L35
Cannot call method getControllerActionName() on Psr\Http\Message\ServerRequestInterface|null.
|
Code Quality (by PHPStan):
Classes/Rendering/HandlebarsContext.php#L42
Parameter #1 $request of method TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setRequest() expects TYPO3\CMS\Extbase\Mvc\RequestInterface, Psr\Http\Message\ServerRequestInterface|null given.
|
Code Quality (by PHPStan):
Classes/View/HandlebarsView.php#L43
Method Visol\Handlebars\View\HandlebarsView::render() has parameter $templateFileName with no type specified.
|
Code Quality (by PHPStan):
Classes/View/HandlebarsView.php#L59
Cannot call method getControllerExtensionKey() on mixed.
|
Code Quality (by PHPStan):
Classes/View/HandlebarsView.php#L60
Cannot call method getControllerName() on mixed.
|
Code Quality (by PHPStan):
Classes/View/HandlebarsView.php#L61
Cannot call method getControllerActionName() on mixed.
|
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/
|
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/
|
Loading