Skip to content

Commit 6b0b76a

Browse files
sylfabrewouterj
authored andcommitted
Typo
According to https://symfony.com/doc/current/components/yaml/yaml_format.html#collections, mappings uses `{ }` instead of `[ ]`
1 parent 64ba078 commit 6b0b76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ and use that when configuring the pool.
345345
factory: ['Symfony\Component\Cache\Adapter\RedisAdapter', 'createConnection']
346346
arguments:
347347
- 'redis://localhost'
348-
- [ retry_interval: 2, timeout: 10 ]
348+
- { retry_interval: 2, timeout: 10 }
349349
350350
.. code-block:: xml
351351

0 commit comments

Comments
 (0)