File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -560,4 +560,3 @@ Learn more
560
560
.. _`valid license identifier` : https://spdx.org/licenses/
561
561
.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
562
562
.. _`Travis CI` : https://docs.travis-ci.com/
563
- .. _`Symfony 4.4 bundle documentation` : https://symfony.com/doc/4.4/bundles.html#bundle-directory-structure
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ URLs of ``<a>`` elements:
828
828
);
829
829
830
830
Force/Allow Media URLs
831
- ~~~~~~~~~~~~~~~~~~~~~
831
+ ~~~~~~~~~~~~~~~~~~~~~~
832
832
833
833
Like :ref: `link URLs <html-sanitizer-link-url >`, you can also control the
834
834
URLs of other media in the HTML. The following attributes are checked by
Original file line number Diff line number Diff line change 4
4
Symfony Attributes Overview
5
5
===========================
6
6
7
- Attributes are the successor of annotation since PHP 8. Attributes are native
7
+ Attributes are the successor of annotations since PHP 8. Attributes are native
8
8
to the language and Symfony takes full advantage of them across the framework
9
- ans its different components.
9
+ and its different components.
10
10
11
11
Doctrine Bridge
12
12
~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Parameter Description
263
263
=============== ==============================================================
264
264
265
265
``negate ``
266
- ~~~~~~~~~~~
266
+ ~~~~~~~~~~
267
267
268
268
**type **: ``boolean `` **default **: ``true ``
269
269
Original file line number Diff line number Diff line change @@ -1124,9 +1124,6 @@ These are parameters that you can configure:
1124
1124
``expiry_field `` (default ``expires_at ``):
1125
1125
The name of the field where to store the session lifetime.
1126
1126
1127
- .. index ::
1128
- single: Sessions, saving locale
1129
-
1130
1127
Migrating Between Session Handlers
1131
1128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1132
1129
You can’t perform that action at this time.
0 commit comments