File tree
10 files changed
+76
-49
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- schema
- Tests/DependencyInjection
- Compiler
- Fixtures
- php
- xml
- yml
10 files changed
+76
-49
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
30 | 32 |
|
31 |
| - |
| 33 | + |
32 | 34 |
|
33 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
34 | 38 |
|
35 |
| - |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
39 |
| - |
40 |
| - |
41 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
42 | 52 |
|
43 | 53 |
|
44 | 54 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
562 | 562 |
|
563 | 563 |
|
564 | 564 |
|
565 |
| - |
566 |
| - |
| 565 | + |
| 566 | + |
567 | 567 |
|
568 | 568 |
|
569 | 569 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-16Lines changed: 3 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1027 | 1027 |
|
1028 | 1028 |
|
1029 | 1029 |
|
1030 |
| - |
1031 |
| - |
1032 |
| - |
1033 |
| - |
1034 |
| - |
| 1030 | + |
1035 | 1031 |
|
| 1032 | + |
1036 | 1033 |
|
1037 |
| - |
1038 |
| - |
1039 |
| - |
1040 |
| - |
1041 |
| - |
1042 |
| - |
1043 |
| - |
1044 |
| - |
1045 |
| - |
1046 |
| - |
1047 |
| - |
| 1034 | + |
1048 | 1035 |
|
1049 | 1036 |
|
1050 | 1037 |
|
|
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+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
| 17 | + |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
| 24 | + |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
46 | 71 |
|
47 | 72 |
|
48 | 73 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/cache.yml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+19-12Lines changed: 19 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
575 | 575 |
|
576 | 576 |
|
577 | 577 |
|
578 |
| - |
579 |
| - |
580 |
| - |
581 |
| - |
582 |
| - |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
583 | 583 |
|
584 | 584 |
|
585 | 585 |
|
| ||
651 | 651 |
|
652 | 652 |
|
653 | 653 |
|
654 |
| - |
| 654 | + |
655 | 655 |
|
656 | 656 |
|
657 | 657 |
|
| ||
660 | 660 |
|
661 | 661 |
|
662 | 662 |
|
663 |
| - |
664 | 663 |
|
665 |
| - |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
666 | 673 |
|
667 | 674 |
|
668 | 675 |
|
| ||
676 | 683 |
|
677 | 684 |
|
678 | 685 |
|
679 |
| - |
680 |
| - |
| 686 | + |
| 687 | + |
681 | 688 |
|
682 | 689 |
|
683 | 690 |
|
684 | 691 |
|
685 |
| - |
686 |
| - |
| 692 | + |
| 693 | + |
687 | 694 |
|
688 | 695 |
|
689 | 696 |
|
0 commit comments