Support TYPO3 v13 #794
Annotations
10 errors and 1 warning
PHPStan:
Classes/Backend/View/BlogPostHeaderContentRenderer.php#L45
Cannot access offset 'id' on array|object.
|
PHPStan:
Classes/Backend/View/BlogPostHeaderContentRenderer.php#L61
Call to deprecated method fillDefaultsByPackageName() of class TYPO3Fluid\Fluid\View\TemplatePaths:
will be removed with Fluid v5; appropriate setters (like setTemplateRootPaths())
should be called instead
|
PHPStan:
Classes/Controller/BackendController.php#L163
Fetching deprecated class constant ERROR of class TYPO3\CMS\Core\Messaging\FlashMessage:
Use \TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::ERROR instead
|
PHPStan:
Classes/Controller/PostController.php#L64
Parameter $view of method T3G\AgencyPack\Blog\Controller\PostController::initializeView() has invalid type TYPO3\CMS\Extbase\Mvc\View\ViewInterface.
|
PHPStan:
Classes/Domain/Model/Author.php#L58
Parameter #1 $className of static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance() expects class-string<object>, string given.
|
PHPStan:
Classes/Domain/Model/Author.php#L58
Unable to resolve the template type T in call to method static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
|
PHPStan:
Classes/Domain/Repository/PostRepository.php#L143
Return type (TYPO3\CMS\Extbase\Persistence\QueryResultInterface) of method T3G\AgencyPack\Blog\Domain\Repository\PostRepository::findAll() should be covariant with return type (iterable<object>) of method TYPO3\CMS\Extbase\Persistence\RepositoryInterface<object>::findAll()
|
PHPStan:
Classes/Domain/Repository/PostRepository.php#L408
Parameter #1 $object of method TYPO3\CMS\Extbase\Persistence\ObjectStorage<object>::attach() expects object, TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface|null given.
|
PHPStan:
Classes/Domain/Validator/GoogleCaptchaValidator.php#L22
Method T3G\AgencyPack\Blog\Domain\Validator\GoogleCaptchaValidator::isValid() has parameter $value with no type specified.
|
PHPStan:
Classes/Notification/NotificationManager.php#L38
Unable to resolve the template type T in call to method static method TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading