Commit 015c3d0
File tree
Expand file treeCollapse file tree
6 files changed
+33
-18
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- Tests/DependencyInjection
Expand file treeCollapse file tree
6 files changed
+33
-18
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
| ||
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
39 |
| - |
40 |
| - |
41 |
| - |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
| 76 | + |
76 | 77 |
|
77 |
| - |
| 78 | + |
78 | 79 |
|
79 | 80 |
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
468 | 468 |
|
469 | 469 |
|
470 | 470 |
|
471 |
| - |
| 471 | + |
472 | 472 |
|
473 | 473 |
|
474 | 474 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+8-9Lines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
74 | 77 |
|
75 | 78 |
|
76 | 79 |
|
| ||
781 | 784 |
|
782 | 785 |
|
783 | 786 |
|
784 |
| - |
785 |
| - |
786 |
| - |
787 |
| - |
788 |
| - |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
789 | 791 |
|
790 |
| - |
791 |
| - |
| 792 | + |
792 | 793 |
|
793 | 794 |
|
794 | 795 |
|
| ||
1019 | 1020 |
|
1020 | 1021 |
|
1021 | 1022 |
|
1022 |
| - |
1023 |
| - |
1024 | 1023 |
|
1025 | 1024 |
|
1026 | 1025 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_pools.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_pools.xml+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
353 |
| - |
| 353 | + |
354 | 354 |
|
355 | 355 |
|
356 | 356 |
|
357 | 357 |
|
| 358 | + |
| 359 | + |
358 | 360 |
|
359 | 361 |
|
360 | 362 |
|
| ||
368 | 370 |
|
369 | 371 |
|
370 | 372 |
|
371 |
| - |
| 373 | + |
372 | 374 |
|
373 | 375 |
|
374 | 376 |
|
375 | 377 |
|
376 | 378 |
|
| 379 | + |
| 380 | + |
377 | 381 |
|
378 | 382 |
|
379 | 383 |
|
| ||
397 | 401 |
|
398 | 402 |
|
399 | 403 |
|
400 |
| - |
| 404 | + |
401 | 405 |
|
| 406 | + |
| 407 | + |
402 | 408 |
|
403 | 409 |
|
404 | 410 |
|
|
0 commit comments