Updated to support PHP 8.4 #116
Merged
Annotations
10 errors and 1 warning
|
Run Psalm:
src/action/ActionInterface.php#L78
src/action/ActionInterface.php:78:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\ActionInterface::getParent (see https://psalm.dev/087)
|
|
Run Psalm:
src/action/ActionFactoryInterface.php#L26
src/action/ActionFactoryInterface.php:26: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)
|
|
Run Psalm:
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)
|
|
Run Psalm:
src/action/AbstractAction.php#L193
src/action/AbstractAction.php:193:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setId (see https://psalm.dev/087)
|
|
Run Psalm:
src/action/AbstractAction.php#L183
src/action/AbstractAction.php:183:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::hasParent (see https://psalm.dev/087)
|
|
Run Psalm:
src/action/AbstractAction.php#L162
src/action/AbstractAction.php:162:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setFinished (see https://psalm.dev/087)
|
|
Run Psalm:
src/action/AbstractAction.php#L152
src/action/AbstractAction.php:152:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::setTime (see https://psalm.dev/087)
|
|
Run Psalm:
src/action/AbstractAction.php#L84
src/action/AbstractAction.php:84:21: PossiblyUnusedMethod: Cannot find any calls to method hiqdev\php\billing\action\AbstractAction::getUniqueString (see https://psalm.dev/087)
|
|
Run Psalm:
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)
|
|
Run Psalm:
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)
|
|
Complete job
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/
|
Loading