8000 bug #11557 Typo (sylfabre) · symfony/symfony-docs@c133449 · GitHub
[go: up one dir, main page]

Skip to content

Commit c133449

Browse files
committed
bug #11557 Typo (sylfabre)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11557). Discussion ---------- Typo According to https://symfony.com/doc/current/components/yaml/yaml_format.html#collections, mappings uses `{ }` instead of `[ ]` Commits ------- 6b0b76a Typo
2 parents 64ba078 + 6b0b76a commit c133449

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)
0