Update for php 8.4 #405
php.yml
on: pull_request
Matrix: build-integration-test-containers
Matrix: examples
Matrix: integration-tests
Annotations
10 errors
|
UnnecessaryVarAnnotation:
src/lib/Actors/ActorReference.php#L51
src/lib/Actors/ActorReference.php:51:17: UnnecessaryVarAnnotation: The @var Dapr\Actors\Attributes\DaprType|null annotation for $type_attribute is unnecessary (see https://psalm.dev/212)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorProxy.php#L41
src/lib/Actors/ActorProxy.php:41:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorProxy::get (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorProxy.php#L25
src/lib/Actors/ActorProxy.php:25:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorProxy::__construct (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorConfig.php#L107
src/lib/Actors/ActorConfig.php:107:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorConfig::drain_enabled (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorConfig.php#L99
src/lib/Actors/ActorConfig.php:99:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorConfig::get_drain_timeout (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorConfig.php#L91
src/lib/Actors/ActorConfig.php:91:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorConfig::get_scan_interval (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorConfig.php#L83
src/lib/Actors/ActorConfig.php:83:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorConfig::get_idle_timeout (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/lib/Actors/ActorConfig.php#L33
src/lib/Actors/ActorConfig.php:33:21: PossiblyUnusedMethod: Cannot find any calls to method Dapr\Actors\ActorConfig::__construct (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
src/index.php#L501
src/index.php:501:21: PossiblyUnusedMethod: Cannot find explicit calls to method SimpleState::increment (but did find some potential callers) (see https://psalm.dev/087)
|
|
UnusedClosureParam:
src/index.php#L52
src/index.php:52:35: UnusedClosureParam: Param container is never referenced in this method (see https://psalm.dev/188)
|