Commit 1261a41
File tree
10 files changed
+28
-19
lines changedFilter options
- src/Symfony/Component/HttpFoundation
- Session/Storage/Handler
- Tests/Session/Storage/Handler
- Fixtures
10 files changed
+28
-19
lines changedsrc/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
| 104 | + |
104 | 105 |
|
105 | 106 |
|
106 | 107 |
|
107 |
| - |
| 108 | + |
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
| 103 | + |
104 | 104 |
|
| 105 | + |
105 | 106 |
|
106 | 107 |
|
107 |
| - |
| 108 | + |
108 | 109 |
|
109 |
| - |
110 |
| - |
111 |
| - |
| 110 | + |
112 | 111 |
|
113 | 112 |
|
114 | 113 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
293 |
| - |
| 293 | + |
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
302 |
| - |
| 302 | + |
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
| 107 | + |
| 108 | + |
107 | 109 |
|
108 |
| - |
| 110 | + |
| 111 | + |
109 | 112 |
|
110 |
| - |
| 113 | + |
111 | 114 |
|
112 | 115 |
|
113 | 116 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
| 125 | + |
125 | 126 |
|
126 | 127 |
|
127 | 128 |
|
128 |
| - |
| 129 | + |
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
187 | 192 |
|
188 | 193 |
|
189 |
| - |
| 194 | + |
190 | 195 |
|
191 | 196 |
|
192 | 197 |
|
|
0 commit comments