Commit d008bd6
committed
File tree
Expand file treeCollapse file tree
15 files changed
+58
-60
lines changedFilter options
- .github/workflows
- src/Symfony/Component
- Cache
- Adapter
- DependencyInjection
- Traits
- ExpressionLanguage/Tests
- Lock/Store
Expand file treeCollapse file tree
15 files changed
+58
-60
lines changed.github/workflows/integration-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
.github/workflows/unit-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ArrayAdapter.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
315 |
| - |
| 315 | + |
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
| ||
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
345 |
| - |
| 345 | + |
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
|
src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
| 193 | + |
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| ||
221 | 221 |
|
222 | 222 |
|
223 | 223 |
|
224 |
| - |
| 224 | + |
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
|
src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
295 |
| - |
| 295 | + |
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
| ||
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
326 |
| - |
| 326 | + |
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
|
src/Symfony/Component/Cache/Adapter/RedisAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisAdapter.php+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 |
| - |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php+11-9Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| ||
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
60 |
| - |
61 |
| - |
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
63 | 65 |
|
64 |
| - |
| 66 | + |
65 | 67 |
|
66 |
| - |
67 |
| - |
| 68 | + |
| 69 | + |
68 | 70 |
|
69 | 71 |
|
70 |
| - |
71 |
| - |
| 72 | + |
| 73 | + |
72 | 74 |
|
73 | 75 |
|
74 | 76 |
|
| ||
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 |
| - |
| 82 | + |
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
|
src/Symfony/Component/Cache/Adapter/TraceableAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TraceableAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
274 | 274 |
|
275 | 275 |
|
276 | 276 |
|
277 |
| - |
| 277 | + |
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
|
src/Symfony/Component/Cache/CacheItem.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CacheItem.php+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
| 81 | + |
88 | 82 |
|
89 | 83 |
|
90 | 84 |
|
| ||
151 | 145 |
|
152 | 146 |
|
153 | 147 |
|
154 |
| - |
| 148 | + |
155 | 149 |
|
156 | 150 |
|
157 | 151 |
|
|
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
241 |
| - |
| 241 | + |
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
|
src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
291 | 291 |
|
292 | 292 |
|
293 | 293 |
|
294 |
| - |
295 |
| - |
296 | 294 |
|
297 | 295 |
|
298 |
| - |
| 296 | + |
299 | 297 |
|
300 | 298 |
|
301 |
| - |
| 299 | + |
302 | 300 |
|
303 | 301 |
|
304 | 302 |
|
| ||
394 | 392 |
|
395 | 393 |
|
396 | 394 |
|
397 |
| - |
| 395 | + |
398 | 396 |
|
399 | 397 |
|
400 | 398 |
|
|
src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
| 169 | + |
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
|
src/Symfony/Component/Cache/Traits/RedisTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RedisTrait.php+11-12Lines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
| 61 | + |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
| 65 | + |
| 66 | + |
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
| 85 | + |
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
91 | 90 |
|
92 |
| - |
| 91 | + |
93 | 92 |
|
94 | 93 |
|
95 | 94 |
|
| ||
487 | 486 |
|
488 | 487 |
|
489 | 488 |
|
490 |
| - |
| 489 | + |
491 | 490 |
|
492 | 491 |
|
493 | 492 |
|
|
src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
186 | 186 |
|
| 187 | + |
| 188 | + |
187 | 189 |
|
188 | 190 |
|
189 | 191 |
|
190 | 192 |
|
191 | 193 |
|
192 | 194 |
|
193 | 195 |
|
| 196 | + |
194 | 197 |
|
195 | 198 |
|
196 | 199 |
|
|
src/Symfony/Component/Lock/Store/RedisStore.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Store/RedisStore.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
| 41 | + |
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 |
| - |
46 |
| - |
| 45 | + |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
0 commit comments