Skip to content

Commit 3e74145

Browse files
committed
[#7739] add missing dot
1 parent 497be1f commit 3e74145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/cache_pools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ See the method's docblock for more options.
136136
``:`` character (e.g. ``foo:bar`` password would be wrongly parsed as ``foo``
137137
login + ``bar`` password). The solution is to add a fake login to the
138138
connection DSN. Instead of ``'redis://foo:bar@localhost'``, use
139-
``'redis://__ignore_this__:foo:bar@localhost'``
139+
``'redis://__ignore_this__:foo:bar@localhost'``.
140140

141141
PDO & Doctrine DBAL Cache Adapter
142142
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)