File tree 1 file changed +5
-5
lines changed
components/http_foundation
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ various points in the session workflow.
71
71
Symfony2 HttpFoundation provides some by default and these can easily serve as
72
72
examples if you wish to write your own.
73
73
74
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ PdoSessionHandler `
75
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcacheSessionHandler `
76
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcachedSessionHandler `
77
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MongoDbSessionHandler `
78
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ NullSessionHandler `
74
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ PdoSessionHandler `
75
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcacheSessionHandler `
76
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcachedSessionHandler `
77
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MongoDbSessionHandler `
78
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ NullSessionHandler `
79
79
80
80
Example usage::
81
81
You can’t perform that action at this time.
0 commit comments