@@ -741,7 +741,7 @@ is disabled. This can be either a template name or the content itself.
741
741
path
742
742
....
743
743
744
- **type **: ``string `` **default **: ``' /_fragment' ``
744
+ **type **: ``string `` **default **: ``/_fragment ``
745
745
746
746
The path prefix for fragments. The fragment listener will only be executed
747
747
when the request starts with this path.
@@ -1328,7 +1328,7 @@ requests (and not on the subrequests).
1328
1328
dsn
1329
1329
...
1330
1330
1331
- **type **: ``string `` **default **: ``' file:%kernel.cache_dir%/profiler' ``
1331
+ **type **: ``string `` **default **: ``file:%kernel.cache_dir%/profiler ``
1332
1332
1333
1333
The DSN where to store the profiling information.
1334
1334
@@ -1542,7 +1542,7 @@ session
1542
1542
storage_factory_id
1543
1543
..................
1544
1544
1545
- **type **: ``string `` **default **: ``' session.storage.factory.native' ``
1545
+ **type **: ``string `` **default **: ``session.storage.factory.native ``
1546
1546
1547
1547
The service ID used for creating the ``SessionStorageInterface `` that stores
1548
1548
the session. This service is available in the Symfony application via the
@@ -1559,7 +1559,7 @@ To see a list of all available storages, run:
1559
1559
handler_id
1560
1560
..........
1561
1561
1562
- **type **: ``string `` **default **: ``' session.handler.native_file' ``
1562
+ **type **: ``string `` **default **: ``session.handler.native_file ``
1563
1563
1564
1564
The service id used for session storage. The default value ``'session.handler.native_file' ``
1565
1565
will let Symfony manage the sessions itself using files to store the session metadata.
@@ -1598,7 +1598,7 @@ use ``/``.
1598
1598
cache_limiter
1599
1599
.............
1600
1600
1601
- **type **: ``string `` or ``int `` **default **: `` '' ``
1601
+ **type **: ``string `` or ``int `` **default **: (an empty string)
1602
1602
1603
1603
If set to ``0 ``, Symfony won't set any particular header related to the cache
1604
1604
and 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
1642
1642
cookie_domain
1643
1643
.............
1644
1644
1645
- **type **: ``string `` **default **: ``'' ``
1645
+ **type **: ``string `` **default **: (an empty string) ``''``
1646
1646
1647
1647
This determines the domain to set in the session cookie. By default, it's
1648
1648
blank, meaning the host name of the server which generated the cookie according
@@ -1651,7 +1651,7 @@ to the cookie specification.
1651
1651
cookie_samesite
1652
1652
...............
1653
1653
1654
- **type **: ``string `` or ``null `` **default **: ``' lax' ``
1654
+ **type **: ``string `` or ``null `` **default **: ``lax ``
1655
1655
1656
1656
It controls the way cookies are sent when the HTTP request did not originate
1657
1657
from the same domain that is associated with the cookies. Setting this option is
@@ -1681,7 +1681,7 @@ The possible values for this option are:
1681
1681
cookie_secure
1682
1682
.............
1683
1683
1684
- **type **: ``boolean `` or ``'auto' `` **default **: ``' auto' ``
1684
+ **type **: ``boolean `` or ``'auto' `` **default **: ``auto ``
1685
1685
1686
1686
This determines whether cookies should only be sent over secure connections. In
1687
1687
addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
@@ -2650,7 +2650,7 @@ annotations
2650
2650
cache
2651
2651
.....
2652
2652
2653
- **type **: ``string `` **default **: ``' php_array' ``
2653
+ **type **: ``string `` **default **: ``php_array ``
2654
2654
2655
2655
This option can be one of the following values:
2656
2656
@@ -2664,7 +2664,7 @@ none
2664
2664
file_cache_dir
2665
2665
..............
2666
2666
2667
- **type **: ``string `` **default **: ``' %kernel.cache_dir%/annotations' ``
2667
+ **type **: ``string `` **default **: ``%kernel.cache_dir%/annotations ``
2668
2668
2669
2669
The directory to store cache files for annotations, in case
2670
2670
``annotations.cache `` is set to ``'file' ``.
@@ -3483,7 +3483,7 @@ marking_store
3483
3483
3484
3484
Each marking store can define any of these options:
3485
3485
3486
- * ``property `` (**type **: ``string `` **default **: ``' marking' ``)
3486
+ * ``property `` (**type **: ``string `` **default **: ``marking ``)
3487
3487
* ``service `` (**type **: ``string ``)
3488
3488
* ``type `` (**type **: ``string `` **allow value **: ``'method' ``)
3489
3489
0 commit comments