@@ -740,7 +740,7 @@ is disabled. This can be either a template name or the content itself.
|
740 | 740 | path
|
741 | 741 | ....
|
742 | 742 |
|
743 |
| -**type**: ``string`` **default**: ``'/_fragment'`` |
| 743 | +**type**: ``string`` **default**: ``/_fragment`` |
744 | 744 |
|
745 | 745 | The path prefix for fragments. The fragment listener will only be executed
|
746 | 746 | when the request starts with this path.
|
@@ -1357,7 +1357,7 @@ requests (and not on the subrequests).
|
1357 | 1357 | dsn
|
1358 | 1358 | ...
|
1359 | 1359 |
|
1360 |
| -**type**: ``string`` **default**: ``'file:%kernel.cache_dir%/profiler'`` |
| 1360 | +**type**: ``string`` **default**: ``file:%kernel.cache_dir%/profiler`` |
1361 | 1361 |
|
1362 | 1362 | The DSN where to store the profiling information.
|
1363 | 1363 |
|
@@ -1553,7 +1553,7 @@ session
|
1553 | 1553 | storage_factory_id
|
1554 | 1554 | ..................
|
1555 | 1555 |
|
1556 |
| -**type**: ``string`` **default**: ``'session.storage.factory.native'`` |
| 1556 | +**type**: ``string`` **default**: ``session.storage.factory.native`` |
1557 | 1557 |
|
1558 | 1558 | The service ID used for creating the ``SessionStorageInterface`` that stores
|
1559 | 1559 | the session. This service is available in the Symfony application via the
|
@@ -1574,7 +1574,7 @@ To see a list of all available storages, run:
|
1574 | 1574 | handler_id
|
1575 | 1575 | ..........
|
1576 | 1576 |
|
1577 |
| -**type**: ``string`` **default**: ``'session.handler.native_file'`` |
| 1577 | +**type**: ``string`` **default**: ``session.handler.native_file`` |
1578 | 1578 |
|
1579 | 1579 | The service id used for session storage. The default value ``'session.handler.native_file'``
|
1580 | 1580 | will let Symfony manage the sessions itself using files to store the session metadata.
|
@@ -1666,7 +1666,7 @@ to the cookie specification.
|
1666 | 1666 | cookie_samesite
|
1667 | 1667 | ...............
|
1668 | 1668 |
|
1669 |
| -**type**: ``string`` or ``null`` **default**: ``'lax'`` |
| 1669 | +**type**: ``string`` or ``null`` **default**: ``lax`` |
1670 | 1670 |
|
1671 | 1671 | It controls the way cookies are sent when the HTTP request did not originate
|
1672 | 1672 | from the same domain that is associated with the cookies. Setting this option is
|
@@ -1701,7 +1701,7 @@ The possible values for this option are:
|
1701 | 1701 | cookie_secure
|
1702 | 1702 | .............
|
1703 | 1703 |
|
1704 |
| -**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'`` |
| 1704 | +**type**: ``boolean`` or ``'auto'`` **default**: ``auto`` |
1705 | 1705 |
|
1706 | 1706 | This determines whether cookies should only be sent over secure connections. In
|
1707 | 1707 | addition to ``true`` and ``false``, there's a special ``'auto'`` value that
|
@@ -2702,7 +2702,7 @@ annotations
|
2702 | 2702 | cache
|
2703 | 2703 | .....
|
2704 | 2704 |
|
2705 |
| -**type**: ``string`` **default**: ``'php_array'`` |
| 2705 | +**type**: ``string`` **default**: ``php_array`` |
2706 | 2706 |
|
2707 | 2707 | This option can be one of the following values:
|
2708 | 2708 |
|
@@ -2722,7 +2722,7 @@ a service id
|
2722 | 2722 | file_cache_dir
|
2723 | 2723 | ..............
|
2724 | 2724 |
|
2725 |
| -**type**: ``string`` **default**: ``'%kernel.cache_dir%/annotations'`` |
| 2725 | +**type**: ``string`` **default**: ``%kernel.cache_dir%/annotations`` |
2726 | 2726 |
|
2727 | 2727 | The directory to store cache files for annotations, in case
|
2728 | 2728 | ``annotations.cache`` is set to ``'file'``.
|
@@ -3493,7 +3493,7 @@ marking_store
|
3493 | 3493 |
|
3494 | 3494 | Each marking store can define any of these options:
|
3495 | 3495 |
|
3496 |
| -* ``property`` (**type**: ``string`` **default**: ``'marking'``) |
| 3496 | +* ``property`` (**type**: ``string`` **default**: ``marking``) |
3497 | 3497 | * ``service`` (**type**: ``string``)
|
3498 | 3498 | * ``type`` (**type**: ``string`` **allow value**: ``'method'``)
|
3499 | 3499 |
|
|
0 commit comments