diff --git a/cache.rst b/cache.rst index b7640fdea9d..09082f99fe0 100644 --- a/cache.rst +++ b/cache.rst @@ -345,7 +345,7 @@ and use that when configuring the pool. factory: ['Symfony\Component\Cache\Adapter\RedisAdapter', 'createConnection'] arguments: - 'redis://localhost' - - [ retry_interval: 2, timeout: 10 ] + - { retry_interval: 2, timeout: 10 } .. code-block:: xml