Skip to content

Psalm Static Analysis #426

Psalm Static Analysis

Psalm Static Analysis #426

Triggered via schedule March 30, 2026 10:18
Status Failure
Total duration 19s
Artifacts

psalm-analysis.yml

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

Annotations

10 errors and 1 warning
PossiblyUnusedMethod: src/action/ActionInterface.php#L76
src/action/ActionInterface.php:76:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\ActionInterface::getParent (see https://psalm.dev/087)
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/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)
PHP 8.3
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/