Sébastien Ballangé
Sébastien Ballangé
When there is no Request available but a Translator instance is set, use it instead of returning `null`. We typically encountered this issue in Console commands: we set the current...
Fixes: > Return value of "Ambta\DoctrineEncryptBundle\Command\DoctrineEncryptStatusCommand::execute()" must be of the type int, "null" returned. when using Symfony 5 Similar to https://github.com/GiveMeAllYourCats/DoctrineEncryptBundle/pull/41 with the reviewers' suggestions implemented.
The default behaviour stays the same, a timeout of 0s means unlimited as specified on https://github.com/phpredis/phpredis#connect-open This simply allows the connection to fail a lot faster in case Redis is...