@@ -753,7 +753,7 @@ is disabled. This can be either a template name or the content itself.
753
753
path
754
754
....
755
755
756
- **type **: ``string `` **default **: ``' /_fragment' ``
756
+ **type **: ``string `` **default **: ``/_fragment ``
757
757
758
758
The path prefix for fragments. The fragment listener will only be executed
759
759
when the request starts with this path.
@@ -1352,7 +1352,7 @@ requests (and not on the subrequests).
1352
1352
dsn
1353
1353
...
1354
1354
1355
- **type **: ``string `` **default **: ``' file:%kernel.cache_dir%/profiler' ``
1355
+ **type **: ``string `` **default **: ``file:%kernel.cache_dir%/profiler ``
1356
1356
1357
1357
The DSN where to store the profiling information.
1358
1358
@@ -1566,7 +1566,7 @@ session
1566
1566
storage_factory_id
1567
1567
..................
1568
1568
1569
- **type **: ``string `` **default **: ``' session.storage.factory.native' ``
1569
+ **type **: ``string `` **default **: ``session.storage.factory.native ``
1570
1570
1571
1571
The service ID used for creating the ``SessionStorageInterface `` that stores
1572
1572
the session. This service is available in the Symfony application via the
@@ -1583,7 +1583,7 @@ To see a list of all available storages, run:
1583
1583
handler_id
1584
1584
..........
1585
1585
1586
- **type **: ``string `` **default **: ``' session.handler.native_file' ``
1586
+ **type **: ``string `` **default **: ``session.handler.native_file ``
1587
1587
1588
1588
The service id used for session storage. The default value ``'session.handler.native_file' ``
1589
1589
will let Symfony manage the sessions itself using files to store the session metadata.
@@ -1622,7 +1622,7 @@ use ``/``.
1622
1622
cache_limiter
1623
1623
.............
1624
1624
1625
- **type **: ``string `` or ``int `` **default **: `` '' ``
1625
+ **type **: ``string `` or ``int `` **default **: (an empty string)
1626
1626
1627
1627
If set to ``0 ``, Symfony won't set any particular header related to the cache
1628
1628
and 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
1666
1666
cookie_domain
1667
1667
.............
1668
1668
1669
- **type **: ``string `` **default **: ``'' ``
1669
+ **type **: ``string `` **default **: (an empty string) ``''``
1670
1670
1671
1671
This determines the domain to set in the session cookie. By default, it's
1672
1672
blank, meaning the host name of the server which generated the cookie according
@@ -1675,7 +1675,7 @@ to the cookie specification.
1675
1675
cookie_samesite
1676
1676
...............
1677
1677
1678
- **type **: ``string `` or ``null `` **default **: ``' lax' ``
1678
+ **type **: ``string `` or ``null `` **default **: ``lax ``
1679
1679
1680
1680
It controls the way cookies are sent when the HTTP request did not originate
1681
1681
from the same domain that is associated with the cookies. Setting this option is
@@ -1705,7 +1705,7 @@ The possible values for this option are:
1705
1705
cookie_secure
1706
1706
.............
1707
1707
1708
- **type **: ``boolean `` or ``'auto' `` **default **: ``' auto' ``
1708
+ **type **: ``boolean `` or ``'auto' `` **default **: ``auto ``
1709
1709
1710
1710
This determines whether cookies should only be sent over secure connections. In
1711
1711
addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
@@ -2682,7 +2682,7 @@ annotations
2682
2682
cache
2683
2683
.....
2684
2684
2685
- **type **: ``string `` **default **: ``' php_array' ``
2685
+ **type **: ``string `` **default **: ``php_array ``
2686
2686
2687
2687
This option can be one of the following values:
2688
2688
@@ -2696,7 +2696,7 @@ none
2696
2696
file_cache_dir
2697
2697
..............
2698
2698
2699
- **type **: ``string `` **default **: ``' %kernel.cache_dir%/annotations' ``
2699
+ **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
2700
2700
2701
2701
The directory to store cache files for annotations, in case
2702
2702
``annotations.cache `` is set to ``'file' ``.
@@ -3515,7 +3515,7 @@ marking_store
3515
3515
3516
3516
Each marking store can define any of these options:
3517
3517
3518
- * ``property `` (**type **: ``string `` **default **: ``' marking' ``)
3518
+ * ``property `` (**type **: ``string `` **default **: ``marking ``)
3519
3519
* ``service `` (**type **: ``string ``)
3520
3520
* ``type `` (**type **: ``string `` **allow value **: ``'method' ``)
3521
3521
0 commit comments