Skip to content

feat: #47835 added redis garbage collector #7

feat: #47835 added redis garbage collector

feat: #47835 added redis garbage collector #7

Triggered via pull request May 25, 2023 10:12
Status Failure
Total duration 3m 19s
Artifacts

psalm.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
UndefinedClass: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L314
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:23: UndefinedClass: Class, interface or enum named Relay\Relay does not exist (see https://psalm.dev/019)
UndefinedClass: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L314
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:60: UndefinedClass: Class, interface or enum named Relay\Relay does not exist (see https://psalm.dev/019)
UndefinedInterfaceMethod: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L314
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:96: UndefinedInterfaceMethod: Method Predis\Command\Processor\ProcessorInterface::getPrefix does not exist (see https://psalm.dev/181)
UndefinedClass: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L315
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:315:39: UndefinedClass: Class, interface or enum named Relay\Relay does not exist (see https://psalm.dev/019)
NullArgument: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L352
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:352:46: NullArgument: Argument 2 of array_merge cannot be null, null value provided to parameter with type array<array-key, mixed> (see https://psalm.dev/057)
NoValue: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php#L414
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:414:48: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
Psalm
Process completed with exit code 2.