Skip to content

[MAINTENANCE] Allow composer plugin for PHPStan #2

[MAINTENANCE] Allow composer plugin for PHPStan

[MAINTENANCE] Allow composer plugin for PHPStan #2

Triggered via pull request October 1, 2024 14:39
Status Failure
Total duration 28s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: Classes/Command/DeleteDeactivatedAccountsCommand.php#L71
PHPDoc tag @throws with type TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException is not subtype of Throwable
phpstan: Classes/Command/DeleteDeactivatedAccountsCommand.php#L93
Call to method persistAll() on an unknown class TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager.
phpstan: Classes/Command/DeleteInactiveAccountsCommand.php#L91
Call to method persistAll() on an unknown class TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager.
phpstan: Classes/Command/DeleteTemporaryUsersCommand.php#L71
PHPDoc tag @throws with type TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException is not subtype of Throwable
phpstan: Classes/Command/DeleteTemporaryUsersCommand.php#L98
Call to method persistAll() on an unknown class TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager.
phpstan: Classes/Command/DigasBaseCommand.php#L52
Property Slub\DigasFeManagement\Command\DigasBaseCommand::$objectManager has unknown class TYPO3\CMS\Extbase\Object\ObjectManager as its type.
phpstan: Classes/Command/DigasBaseCommand.php#L67
Property Slub\DigasFeManagement\Command\DigasBaseCommand::$persistenceManager has unknown class TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager as its type.
phpstan: Classes/Command/DigasBaseCommand.php#L97
Class TYPO3\CMS\Extbase\Object\ObjectManager not found.
phpstan: Classes/Command/DigasBaseCommand.php#L100
Class TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager not found.
phpstan: Classes/Command/DigasBaseCommand.php#L103
Access to constant CONFIGURATION_TYPE_FULL_TYPOSCRIPT on an unknown class TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface.