Feature redis user #278
continuous-integration.yml
on: pull_request
Generate job matrix
7s
Matrix: QA Checks
Annotations
10 errors
PossiblyUnusedMethod:
src/RedisOptions.php#L270
src/RedisOptions.php:270:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\Cache\Storage\Adapter\RedisOptions::setUser (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/RedisOptions.php#L281
src/RedisOptions.php:281:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\Cache\Storage\Adapter\RedisOptions::getUser (see https://psalm.dev/087)
|
MixedArrayAccess:
src/RedisResourceManager.php#L139
src/RedisResourceManager.php:139:16: MixedArrayAccess: Cannot access array value on mixed variable $resource (see https://psalm.dev/051)
|
MixedReturnStatement:
src/RedisResourceManager.php#L139
src/RedisResourceManager.php:139:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
MixedInferredReturnType:
src/RedisResourceManager.php#L303
src/RedisResourceManager.php:303:16: MixedInferredReturnType: Could not verify return type 'null|string' for Laminas\Cache\Storage\Adapter\RedisResourceManager::extractUser (see https://psalm.dev/047)
|
MixedArrayAccess:
src/RedisResourceManager.php#L308
src/RedisResourceManager.php:308:20: MixedArrayAccess: Cannot access array value on mixed variable $resource (see https://psalm.dev/051)
|
MixedReturnStatement:
src/RedisResourceManager.php#L308
src/RedisResourceManager.php:308:20: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
MixedInferredReturnType:
src/RedisResourceManager.php#L479
src/RedisResourceManager.php:479:16: MixedInferredReturnType: Could not verify return type 'string' for Laminas\Cache\Storage\Adapter\RedisResourceManager::getPersistentId (see https://psalm.dev/047)
|
MixedArrayAssignment:
src/RedisResourceManager.php#L677
src/RedisResourceManager.php:677:9: MixedArrayAssignment: Cannot access array value on mixed variable $resource['user'] (see https://psalm.dev/117)
|
UnsupportedPropertyReferenceUsage:
src/RedisResourceManager.php#L735
src/RedisResourceManager.php:735:9: UnsupportedPropertyReferenceUsage: This reference cannot be analyzed by Psalm. (see https://psalm.dev/321)
|