File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ activate these in the same way as it does for custom handlers.
37
37
38
38
Symfony2 provides drivers for the following native save handler as an example:
39
39
40
- * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ NativeFileSessionHandler `
40
+ * :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ NativeFileSessionHandler `
41
41
42
42
Example usage::
43
43
@@ -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