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
560560.. _`valid license identifier` : https://spdx.org/licenses/
561561.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
562562.. _`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:
828828 );
829829
830830 Force/Allow Media URLs
831- ~~~~~~~~~~~~~~~~~~~~~
831+ ~~~~~~~~~~~~~~~~~~~~~~
832832
833833Like :ref: `link URLs <html-sanitizer-link-url >`, you can also control the
834834URLs of other media in the HTML. The following attributes are checked by
Original file line number Diff line number Diff line change 44Symfony Attributes Overview
55===========================
66
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
88to the language and Symfony takes full advantage of them across the framework
9- ans its different components.
9+ and its different components.
1010
1111Doctrine Bridge
1212~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Parameter Description
263263=============== ==============================================================
264264
265265``negate ``
266- ~~~~~~~~~~~
266+ ~~~~~~~~~~
267267
268268**type **: ``boolean `` **default **: ``true ``
269269
Original file line number Diff line number Diff line change @@ -1124,9 +1124,6 @@ These are parameters that you can configure:
11241124``expiry_field `` (default ``expires_at ``):
11251125 The name of the field where to store the session lifetime.
11261126
1127- .. index ::
1128- single: Sessions, saving locale
1129-
11301127Migrating Between Session Handlers
11311128~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11321129
You can’t perform that action at this time.
0 commit comments