HP-2831: Fix failing phpunit-rcp tests on HiApi CI due to incorrect RedashMigrationGenerator constructor dependency #394
Annotations
10 errors
|
PossiblyUnusedMethod:
src/action/ActionFactoryInterface.php#L24
src/action/ActionFactoryInterface.php:24:21: PossiblyUnusedMethod: Cannot find explicit calls to method hiqdev\php\billing\action\ActionFactoryInterface::create (but did find some potential callers) (see https://psalm.dev/087)
|
|
UnusedClass:
src/action/ActionFactory.php#L18
src/action/ActionFactory.php:18:7: UnusedClass: Class hiqdev\php\billing\action\ActionFactory is never used (see https://psalm.dev/075)
|
|
PossiblyUnusedMethod:
src/action/AbstractAction.php#L201
src/action/AbstractAction.php:201:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setId (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/action/AbstractAction.php#L191
src/action/AbstractAction.php:191:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::hasParent (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/action/AbstractAction.php#L170
src/action/AbstractAction.php:170:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setFinished (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/action/AbstractAction.php#L160
src/action/AbstractAction.php:160:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setTime (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/action/AbstractAction.php#L92
src/action/AbstractAction.php:92:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::getUniqueString (see https://psalm.dev/087)
|
|
UnusedClass:
src/Exception/InsufficientBalanceException.php#L6
src/Exception/InsufficientBalanceException.php:6:7: UnusedClass: Class hiqdev\php\billing\Exception\InsufficientBalanceException is never used (see https://psalm.dev/075)
|
|
PossiblyUnusedMethod:
src/Exception/ChargeStealingException.php#L30
src/Exception/ChargeStealingException.php:30:28: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeStealingException::fromPdoException (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/Exception/ChargeOverlappingException.php#L23
src/Exception/ChargeOverlappingException.php:23:28: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeOverlappingException::forCharge (see https://psalm.dev/087)
|