Commit 4b338d9
committed
Merge branch '8.0' into 8.1
* 8.0:
[DependencyInjection] Skip validating deprecated aliases in CheckAliasValidityPass
[Scheduler] Fix checkpoint state expiring when cache has default TTL4 files changed
+40-9Lines changed: 40 additions & 9 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component
- DependencyInjection
- Compiler
- Tests/Compiler
- Scheduler
- Generator
- Tests/Generator
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/CheckAliasValidityPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckAliasValidityPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckAliasValidityPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckAliasValidityPassTest.php+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
75 | 86 | |
76 | 87 | |
77 | 88 | |
|
Collapse file
src/Symfony/Component/Scheduler/Generator/Checkpoint.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Scheduler/Generator/Checkpoint.php+14-2Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| 20 | + |
| 21 | + |
19 | 22 | |
20 | 23 | |
21 | 24 | |
| ||
38 | 41 | |
39 | 42 | |
40 | 43 | |
41 | | - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
42 | 49 | |
43 | 50 | |
44 | 51 | |
| ||
71 | 78 | |
72 | 79 | |
73 | 80 | |
74 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
75 | 87 | |
76 | 88 | |
77 | 89 | |
|
Collapse file
src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php+14-6Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
| ||
149 | 150 | |
150 | 151 | |
151 | 152 | |
152 | | - |
153 | 153 | |
154 | 154 | |
155 | | - |
156 | 155 | |
157 | 156 | |
158 | 157 | |
159 | 158 | |
160 | 159 | |
161 | 160 | |
162 | | - |
163 | 161 | |
164 | 162 | |
165 | 163 | |
| ||
259 | 257 | |
260 | 258 | |
261 | 259 | |
262 | | - |
263 | 260 | |
264 | 261 | |
265 | | - |
266 | 262 | |
267 | 263 | |
268 | 264 | |
269 | 265 | |
270 | 266 | |
271 | 267 | |
272 | | - |
273 | 268 | |
274 | 269 | |
275 | 270 | |
276 | 271 | |
277 | 272 | |
278 | 273 | |
279 | 274 | |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
280 | 288 | |
0 commit comments