feat: added async & persistent options to Cache Redis
#13214
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 28s
Annotations
3 errors
|
PHP Static Analysis
Process completed with exit code 1.
|
|
PHP Static Analysis:
system/Cache/Handlers/PredisHandler.php#L44
Property CodeIgniter\Cache\Handlers\PredisHandler::$config has no type specified.
|
|
PHP Static Analysis:
system/Cache/Handlers/PredisHandler.php#L34
PHPDoc tag `@var` has invalid value (array{
scheme: string,
host: string,
password: string|null,
port: int,
async: bool
persistent: bool
timeout: int
}): Unexpected token "persistent", expected '}' at offset 182 on line 10
|