File tree
10 files changed
+26
-11
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Routing
- Tests
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Routing
10 files changed
+26
-11
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
669 | 669 |
|
670 | 670 |
|
671 | 671 |
|
| 672 | + |
672 | 673 |
|
673 | 674 |
|
674 | 675 |
|
| ||
689 | 690 |
|
690 | 691 |
|
691 | 692 |
|
692 |
| - |
693 |
| - |
694 |
| - |
695 |
| - |
696 |
| - |
697 |
| - |
698 | 693 |
|
699 | 694 |
|
700 | 695 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
354 | 354 |
|
355 | 355 |
|
356 | 356 |
|
357 |
| - |
| 357 | + |
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
| ||
845 | 845 |
|
846 | 846 |
|
847 | 847 |
|
848 |
| - |
| 848 | + |
849 | 849 |
|
850 | 850 |
|
851 | 851 |
|
| ||
864 | 864 |
|
865 | 865 |
|
866 | 866 |
|
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
| 871 | + |
867 | 872 |
|
868 | 873 |
|
869 | 874 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
|
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+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
| 172 | + |
172 | 173 |
|
173 | 174 |
|
174 | 175 |
|
|
src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 |
| - |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
| ||
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
458 | 458 |
|
459 | 459 |
|
460 | 460 |
|
| 461 | + |
| 462 | + |
461 | 463 |
|
462 | 464 |
|
463 | 465 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
| 59 | + |
58 | 60 |
|
59 | 61 |
|
0 commit comments