Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcbccbf

Browse files
committed
minor symfony#15341 Fixed array notation for yaml file in session/database.rst (romantymoshyk)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Fixed array notation for yaml file in session/database.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- e4ddf56 Fixed array notation for yaml file in session/database.rst
2 parents 59c581d + e4ddf56 commit fcbccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and ``RedisProxy``:
9292
# you can optionally pass an array of options. The only options are 'prefix' and 'ttl',
9393
# which define the prefix to use for the keys to avoid collision on the Redis server
9494
# and the expiration time for any given entry (in seconds), defaults are 'sf_s' and null:
95-
# - { 'prefix' => 'my_prefix', 'ttl' => 600 }
95+
# - { 'prefix': 'my_prefix', 'ttl': 600 }
9696
9797
.. code-block:: xml
9898

0 commit comments

Comments
 (0)