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 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 @@ -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