Skip to content

chore(deps): update dependency saschaegerer/phpstan-typo3 to v2 #107

chore(deps): update dependency saschaegerer/phpstan-typo3 to v2

chore(deps): update dependency saschaegerer/phpstan-typo3 to v2 #107

Triggered via pull request February 10, 2025 17:51
Status Failure
Total duration 2m 16s
Artifacts

sca.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SCA: Classes/Domain/Model/Dto/CommentItem.php#L59
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\CommentItem::getAuthorName() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/HistoryItem.php#L58
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\HistoryItem::getTitle() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/HistoryItem.php#L112
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\HistoryItem::getStatusIcon() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/StatusItem.php#L37
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\StatusItem::getTitle() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/StatusItem.php#L67
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\StatusItem::getAssigneeName() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/StatusItem.php#L72
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\StatusItem::getAssigneeAvatar() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Model/Dto/StatusItem.php#L77
Method Xima\XimaTypo3ContentPlanner\Domain\Model\Dto\StatusItem::getComments() never returns null so it can be removed from the return type.
SCA: Classes/Domain/Repository/StatusRepository.php#L33
Return type (array) of method Xima\XimaTypo3ContentPlanner\Domain\Repository\StatusRepository::findAll() should be compatible with return type (TYPO3\CMS\Extbase\Persistence\QueryResultInterface<int, TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface>) of method TYPO3\CMS\Extbase\Persistence\Repository<TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface>::findAll()
SCA: Classes/Domain/Repository/StatusRepository.php#L61
Method Xima\XimaTypo3ContentPlanner\Domain\Repository\StatusRepository::findByUid() should return Xima\XimaTypo3ContentPlanner\Domain\Model\Status|null but returns TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface.
SCA: Classes/Domain/Repository/StatusRepository.php#L68
Method Xima\XimaTypo3ContentPlanner\Domain\Repository\StatusRepository::findByTitle() should return Xima\XimaTypo3ContentPlanner\Domain\Model\Status|null but returns TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface|null.