8000 Typo · symfony/symfony-docs@3252a4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3252a4f

Browse files
authored
Typo
According to https://symfony.com/doc/current/components/yaml/yaml_format.html#collections, mappings uses `{ }` instead of `[ ]`
1 parent d318e07 commit 3252a4f

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
@@ -321,7 +321,7 @@ and use that when configuring the pool.
321321
factory: ['Symfony\Component\Cache\Adapter\RedisAdapter', 'createConnection']
322322
arguments:
323323
- 'redis://localhost'
324-
- [ retry_interval: 2, timeout: 10 ]
324+
- { retry_interval: 2, timeout: 10 }
325325
326326
.. code-block:: xml
327327

0 commit comments

Comments
 (0)
0