File tree
Expand file treeCollapse file tree
3 files changed
+41
-45
lines changedFilter options
- src/Symfony/Component/HttpFoundation/Session/Storage/Handler
- tests/Symfony/Tests/Component/HttpFoundation/Session/Storage
- Handler
Expand file treeCollapse file tree
3 files changed
+41
-45
lines changedsrc/Symfony/Component/HttpFoundation/Session/Storage/NativeRedisSessionStorage.php renamed to src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeRedisSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeRedisSessionHandler.php+7-20Lines changed: 7 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 | 25 |
|
31 | 26 |
|
32 | 27 |
|
33 | 28 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 | 29 |
|
38 |
| - |
| 30 | + |
39 | 31 |
|
40 | 32 |
|
41 | 33 |
|
42 | 34 |
|
43 | 35 |
|
44 |
| - |
45 |
| - |
46 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
47 | 39 |
|
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 | 40 |
|
54 |
| - |
| 41 | + |
55 | 42 |
|
56 | 43 |
|
tests/Symfony/Tests/Component/HttpFoundation/Session/Storage/Handler/NativeRedisSessionHandlerTest.php
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
tests/Symfony/Tests/Component/HttpFoundation/Session/Storage/NativeRedisSessionStorageTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/HttpFoundation/Session/Storage/NativeRedisSessionStorageTest.php-25Lines changed: 0 additions & 25 deletions
This file was deleted.
0 commit comments