@@ -741,7 +741,7 @@ is disabled. This can be either a template name or the content itself.
741741path
742742....
743743
744- **type **: ``string `` **default **: ``' /_fragment' ``
744+ **type **: ``string `` **default **: ``/_fragment ``
745745
746746The path prefix for fragments. The fragment listener will only be executed
747747when the request starts with this path.
@@ -1328,7 +1328,7 @@ requests (and not on the subrequests).
13281328dsn
13291329...
13301330
1331- **type **: ``string `` **default **: ``' file:%kernel.cache_dir%/profiler' ``
1331+ **type **: ``string `` **default **: ``file:%kernel.cache_dir%/profiler ``
13321332
13331333The DSN where to store the profiling information.
13341334
@@ -1542,7 +1542,7 @@ session
15421542storage_factory_id
15431543..................
15441544
1545- **type **: ``string `` **default **: ``' session.storage.factory.native' ``
1545+ **type **: ``string `` **default **: ``session.storage.factory.native ``
15461546
15471547The service ID used for creating the ``SessionStorageInterface `` that stores
15481548the session. This service is available in the Symfony application via the
@@ -1559,7 +1559,7 @@ To see a list of all available storages, run:
15591559handler_id
15601560..........
15611561
1562- **type **: ``string `` **default **: ``' session.handler.native_file' ``
1562+ **type **: ``string `` **default **: ``session.handler.native_file ``
15631563
15641564The service id used for session storage. The default value ``'session.handler.native_file' ``
15651565will let Symfony manage the sessions itself using files to store the session metadata.
@@ -1598,7 +1598,7 @@ use ``/``.
15981598cache_limiter
15991599.............
16001600
1601- **type **: ``string `` or ``int `` **default **: `` '' ``
1601+ **type **: ``string `` or ``int `` **default **: (an empty string)
16021602
16031603If set to ``0 ``, Symfony won't set any particular header related to the cache
16041604and it will rely on the cache control method configured in the
@@ -1642,7 +1642,7 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
16421642 cookie_domain
16431643.............
16441644
1645- **type **: ``string `` **default **: ``'' ``
1645+ **type **: ``string `` **default **: (an empty string) ``''``
16461646
16471647This determines the domain to set in the session cookie. By default, it's
16481648blank, meaning the host name of the server which generated the cookie according
@@ -1651,7 +1651,7 @@ to the cookie specification.
16511651cookie_samesite
16521652...............
16531653
1654- **type **: ``string `` or ``null `` **default **: ``' lax' ``
1654+ **type **: ``string `` or ``null `` **default **: ``lax ``
16551655
16561656It controls the way cookies are sent when the HTTP request did not originate
16571657from the same domain that is associated with the cookies. Setting this option is
@@ -1681,7 +1681,7 @@ The possible values for this option are:
16811681cookie_secure
16821682.............
16831683
1684- **type **: ``boolean `` or ``'auto' `` **default **: ``' auto' ``
1684+ **type **: ``boolean `` or ``'auto' `` **default **: ``auto ``
16851685
16861686This determines whether cookies should only be sent over secure connections. In
16871687addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
@@ -2650,7 +2650,7 @@ annotations
26502650cache
26512651.....
26522652
2653- **type **: ``string `` **default **: ``' php_array' ``
2653+ **type **: ``string `` **default **: ``php_array ``
26542654
26552655This option can be one of the following values:
26562656
@@ -2664,7 +2664,7 @@ none
26642664file_cache_dir
26652665..............
26662666
2667- **type **: ``string `` **default **: ``' %kernel.cache_dir%/annotations' ``
2667+ **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
26682668
26692669The directory to store cache files for annotations, in case
26702670``annotations.cache `` is set to ``'file' ``.
@@ -3483,7 +3483,7 @@ marking_store
34833483
34843484Each marking store can define any of these options:
34853485
3486- * ``property `` (**type **: ``string `` **default **: ``' marking' ``)
3486+ * ``property `` (**type **: ``string `` **default **: ``marking ``)
34873487* ``service `` (**type **: ``string ``)
34883488* ``type `` (**type **: ``string `` **allow value **: ``'method' ``)
34893489
0 commit comments