File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
* **Code**
9
9
10
10
* :doc:`Bugs </ contributing/code/bugs> `
11
- * :doc:`Patches </ contributing/code/pull_requests> `
12
- * :doc:`Reviewing Issues and Patches </ contributing/community/reviews> `
11
+ * :doc:`Pull Requests </ contributing/code/pull_requests> `
12
+ * :doc:`Reviewing Issues and Pull Requests </ contributing/community/reviews> `
13
13
* :doc:`Maintenance </ contributing/code/maintenance> `
14
14
* :doc:`The Core Team </ contributing/code/core_team> `
15
15
* :doc:`Security </ contributing/code/security> `
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ sessions, check their default configuration:
71
71
Setting the ``handler_id `` config option to ``null `` means that Symfony will
72
72
use the native PHP session mechanism. The session metadata files will be stored
73
73
outside of the Symfony application, in a directory controlled by PHP. Although
74
- this usually simplify things, some session expiration related options may no
74
+ this usually simplify things, some session expiration related options may not
75
75
work as expected if other applications that write to the same directory have
76
76
short max lifetime settings.
77
77
You can’t perform that action at this time.
0 commit comments