Skip to content

Psalm Static Analysis #381

Psalm Static Analysis

Psalm Static Analysis #381

Triggered via schedule December 1, 2025 09:30
Status Failure
Total duration 23s
Artifacts

psalm-analysis.yml

on: schedule
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors
MissingOverrideAttribute: src/action/AbstractAction.php#L115
src/action/AbstractAction.php:115:5: MissingOverrideAttribute: Method hiqdev\php\billing\action\AbstractAction::getcustomer should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/action/AbstractAction.php#L107
src/action/AbstractAction.php:107:5: MissingOverrideAttribute: Method hiqdev\php\billing\action\AbstractAction::getid should have the "Override" attribute (see https://psalm.dev/358)
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#L44
src/Exception/ChargeStealingException.php:44:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeStealingException::getCharge (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Exception/ChargeStealingException.php#L28
src/Exception/ChargeStealingException.php:28:28: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeStealingException::fromPdoException (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Exception/ChargeOverlappingException.php#L33
src/Exception/ChargeOverlappingException.php:33:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeOverlappingException::getCharge (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Exception/ChargeOverlappingException.php#L21
src/Exception/ChargeOverlappingException.php:21:28: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ChargeOverlappingException::forCharge (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Exception/CannotReassignException.php#L30
src/Exception/CannotReassignException.php:30:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\CannotReassignException::getField (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Exception/ActionChargingException.php#L40
src/Exception/ActionChargingException.php:40:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\Exception\ActionChargingException::getAction (see https://psalm.dev/087)