Skip to content

Commit 4f838e1

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix typos in Symfony Attributes Overview [Session] Fix an RST syntax issue
2 parents aa5a8ff + 951ed0d commit 4f838e1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

reference/attributes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Symfony 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
88
to the language and Symfony takes full advantage of them across the framework
9-
ans its different components.
9+
and its different components.
1010

1111
Doctrine Bridge
1212
~~~~~~~~~~~~~~~

session.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
11301127
Migrating Between Session Handlers
11311128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11321129

0 commit comments

Comments
 (0)