File tree
Expand file treeCollapse file tree
4 files changed
+32
-11
lines changedFilter options
- .github/workflows
- src/Symfony/Component/Cache
- Tests/Traits
- Traits
Expand file treeCollapse file tree
4 files changed
+32
-11
lines changed.github/workflows/integration-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
| ||
170 | 176 |
|
171 | 177 |
|
172 | 178 |
|
| 179 | + |
173 | 180 |
|
174 | 181 |
|
175 | 182 |
|
|
src/Symfony/Component/Cache/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
17 | 20 |
|
18 | 21 |
|
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 | 22 |
|
27 | 23 |
|
28 | 24 |
|
| ||
41 | 37 |
|
42 | 38 |
|
43 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
44 | 53 |
|
45 | 54 |
|
46 | 55 |
|
|
src/Symfony/Component/Cache/Traits/RedisTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RedisTrait.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
| ||
369 | 369 |
|
370 | 370 |
|
371 | 371 |
|
372 |
| - |
| 372 | + |
373 | 373 |
|
374 |
| - |
| 374 | + |
375 | 375 |
|
376 | 376 |
|
377 | 377 |
|
|
0 commit comments