@@ -740,7 +740,7 @@ is disabled. This can be either a template name or the content itself.
740740path
741741....
742742
743- **type **: ``string `` **default **: ``' /_fragment' ``
743+ **type **: ``string `` **default **: ``/_fragment ``
744744
745745The path prefix for fragments. The fragment listener will only be executed
746746when the request starts with this path.
@@ -1357,7 +1357,7 @@ requests (and not on the subrequests).
13571357dsn
13581358...
13591359
1360- **type **: ``string `` **default **: ``' file:%kernel.cache_dir%/profiler' ``
1360+ **type **: ``string `` **default **: ``file:%kernel.cache_dir%/profiler ``
13611361
13621362The DSN where to store the profiling information.
13631363
@@ -1553,7 +1553,7 @@ session
15531553storage_factory_id
15541554..................
15551555
1556- **type **: ``string `` **default **: ``' session.storage.factory.native' ``
1556+ **type **: ``string `` **default **: ``session.storage.factory.native ``
15571557
15581558The service ID used for creating the ``SessionStorageInterface `` that stores
15591559the session. This service is available in the Symfony application via the
@@ -1574,7 +1574,7 @@ To see a list of all available storages, run:
15741574handler_id
15751575..........
15761576
1577- **type **: ``string `` **default **: ``' session.handler.native_file' ``
1577+ **type **: ``string `` **default **: ``session.handler.native_file ``
15781578
15791579The service id used for session storage. The default value ``'session.handler.native_file' ``
15801580will let Symfony manage the sessions itself using files to store the session metadata.
@@ -1666,7 +1666,7 @@ to the cookie specification.
16661666cookie_samesite
16671667...............
16681668
1669- **type **: ``string `` or ``null `` **default **: ``' lax' ``
1669+ **type **: ``string `` or ``null `` **default **: ``lax ``
16701670
16711671It controls the way cookies are sent when the HTTP request did not originate
16721672from the same domain that is associated with the cookies. Setting this option is
@@ -1701,7 +1701,7 @@ The possible values for this option are:
17011701cookie_secure
17021702.............
17031703
1704- **type **: ``boolean `` or ``'auto' `` **default **: ``' auto' ``
1704+ **type **: ``boolean `` or ``'auto' `` **default **: ``auto ``
17051705
17061706This determines whether cookies should only be sent over secure connections. In
17071707addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
@@ -2702,7 +2702,7 @@ annotations
27022702cache
27032703.....
27042704
2705- **type **: ``string `` **default **: ``' php_array' ``
2705+ **type **: ``string `` **default **: ``php_array ``
27062706
27072707This option can be one of the following values:
27082708
@@ -2722,7 +2722,7 @@ a service id
27222722file_cache_dir
27232723..............
27242724
2725- **type **: ``string `` **default **: ``' %kernel.cache_dir%/annotations' ``
2725+ **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
27262726
27272727The directory to store cache files for annotations, in case
27282728``annotations.cache `` is set to ``'file' ``.
@@ -3493,7 +3493,7 @@ marking_store
34933493
34943494Each marking store can define any of these options:
34953495
3496- * ``property `` (**type **: ``string `` **default **: ``' marking' ``)
3496+ * ``property `` (**type **: ``string `` **default **: ``marking ``)
34973497* ``service `` (**type **: ``string ``)
34983498* ``type `` (**type **: ``string `` **allow value **: ``'method' ``)
34993499
0 commit comments