@@ -753,7 +753,7 @@ is disabled. This can be either a template name or the content itself.
753753path
754754....
755755
756- **type **: ``string `` **default **: ``' /_fragment' ``
756+ **type **: ``string `` **default **: ``/_fragment ``
757757
758758The path prefix for fragments. The fragment listener will only be executed
759759when the request starts with this path.
@@ -1352,7 +1352,7 @@ requests (and not on the subrequests).
13521352dsn
13531353...
13541354
1355- **type **: ``string `` **default **: ``' file:%kernel.cache_dir%/profiler' ``
1355+ **type **: ``string `` **default **: ``file:%kernel.cache_dir%/profiler ``
13561356
13571357The DSN where to store the profiling information.
13581358
@@ -1566,7 +1566,7 @@ session
15661566storage_factory_id
15671567..................
15681568
1569- **type **: ``string `` **default **: ``' session.storage.factory.native' ``
1569+ **type **: ``string `` **default **: ``session.storage.factory.native ``
15701570
15711571The service ID used for creating the ``SessionStorageInterface `` that stores
15721572the session. This service is available in the Symfony application via the
@@ -1583,7 +1583,7 @@ To see a list of all available storages, run:
15831583handler_id
15841584..........
15851585
1586- **type **: ``string `` **default **: ``' session.handler.native_file' ``
1586+ **type **: ``string `` **default **: ``session.handler.native_file ``
15871587
15881588The service id used for session storage. The default value ``'session.handler.native_file' ``
15891589will let Symfony manage the sessions itself using files to store the session metadata.
@@ -1622,7 +1622,7 @@ use ``/``.
16221622cache_limiter
16231623.............
16241624
1625- **type **: ``string `` or ``int `` **default **: `` '' ``
1625+ **type **: ``string `` or ``int `` **default **: (an empty string)
16261626
16271627If set to ``0 ``, Symfony won't set any particular header related to the cache
16281628and it will rely on the cache control method configured in the
@@ -1666,7 +1666,7 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
16661666 cookie_domain
16671667.............
16681668
1669- **type **: ``string `` **default **: ``'' ``
1669+ **type **: ``string `` **default **: (an empty string) ``''``
16701670
16711671This determines the domain to set in the session cookie. By default, it's
16721672blank, meaning the host name of the server which generated the cookie according
@@ -1675,7 +1675,7 @@ to the cookie specification.
16751675cookie_samesite
16761676...............
16771677
1678- **type **: ``string `` or ``null `` **default **: ``' lax' ``
1678+ **type **: ``string `` or ``null `` **default **: ``lax ``
16791679
16801680It controls the way cookies are sent when the HTTP request did not originate
16811681from the same domain that is associated with the cookies. Setting this option is
@@ -1705,7 +1705,7 @@ The possible values for this option are:
17051705cookie_secure
17061706.............
17071707
1708- **type **: ``boolean `` or ``'auto' `` **default **: ``' auto' ``
1708+ **type **: ``boolean `` or ``'auto' `` **default **: ``auto ``
17091709
17101710This determines whether cookies should only be sent over secure connections. In
17111711addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
@@ -2682,7 +2682,7 @@ annotations
26822682cache
26832683.....
26842684
2685- **type **: ``string `` **default **: ``' php_array' ``
2685+ **type **: ``string `` **default **: ``php_array ``
26862686
26872687This option can be one of the following values:
26882688
@@ -2696,7 +2696,7 @@ none
26962696file_cache_dir
26972697..............
26982698
2699- **type **: ``string `` **default **: ``' %kernel.cache_dir%/annotations' ``
2699+ **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
27002700
27012701The directory to store cache files for annotations, in case
27022702``annotations.cache `` is set to ``'file' ``.
@@ -3515,7 +3515,7 @@ marking_store
35153515
35163516Each marking store can define any of these options:
35173517
3518- * ``property `` (**type **: ``string `` **default **: ``' marking' ``)
3518+ * ``property `` (**type **: ``string `` **default **: ``marking ``)
35193519* ``service `` (**type **: ``string ``)
35203520* ``type `` (**type **: ``string `` **allow value **: ``'method' ``)
35213521
0 commit comments