File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed 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 @@ -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