Commit be882c4
File tree
Expand file treeCollapse file tree
10 files changed
+73
-22
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- Tests/DependencyInjection
- Fixtures/CustomPathBundle
- Resources/config
- src
- TwigBundle
- DependencyInjection
- Tests/DependencyInjection
- Component/HttpKernel
Expand file treeCollapse file tree
10 files changed
+73
-22
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-13Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
845 | 845 |
|
846 | 846 |
|
847 | 847 |
|
848 |
| - |
849 |
| - |
850 |
| - |
| 848 | + |
| 849 | + |
851 | 850 |
|
852 | 851 |
|
853 |
| - |
| 852 | + |
854 | 853 |
|
855 | 854 |
|
856 | 855 |
|
| ||
973 | 972 |
|
974 | 973 |
|
975 | 974 |
|
976 |
| - |
977 |
| - |
978 |
| - |
979 |
| - |
980 |
| - |
| 975 | + |
| 976 | + |
981 | 977 |
|
982 | 978 |
|
983 | 979 |
|
| ||
1150 | 1146 |
|
1151 | 1147 |
|
1152 | 1148 |
|
1153 |
| - |
1154 |
| - |
1155 |
| - |
1156 |
| - |
| 1149 | + |
| 1150 | + |
1157 | 1151 |
|
1158 | 1152 |
|
1159 | 1153 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.xmlWhitespace-only changes.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/Resources/config/validation.ymlWhitespace-only changes.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+30-1Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
472 | 472 |
|
473 | 473 |
|
474 | 474 |
|
475 |
| - |
| 475 | + |
| 476 | + |
476 | 477 |
|
477 | 478 |
|
478 | 479 |
|
| ||
502 | 503 |
|
503 | 504 |
|
504 | 505 |
|
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
505 | 533 |
|
506 | 534 |
|
507 | 535 |
|
| ||
763 | 791 |
|
764 | 792 |
|
765 | 793 |
|
| 794 | + |
766 | 795 |
|
767 | 796 |
|
768 | 797 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
97 |
| - |
| 96 | + |
| 97 | + |
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
104 |
| - |
| 103 | + |
105 | 104 |
|
106 |
| - |
| 105 | + |
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
|
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
245 | 245 |
|
246 | 246 |
|
247 | 247 |
|
| 248 | + |
248 | 249 |
|
249 | 250 |
|
250 | 251 |
|
|
src/Symfony/Bundle/TwigBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Component/HttpKernel/Kernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
505 | 505 |
|
506 | 506 |
|
507 | 507 |
|
| 508 | + |
| 509 | + |
508 | 510 |
|
509 | 511 |
|
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
510 | 517 |
|
511 | 518 |
|
512 | 519 |
|
| ||
518 | 525 |
|
519 | 526 |
|
520 | 527 |
|
| 528 | + |
521 | 529 |
|
522 | 530 |
|
523 | 531 |
|
|
0 commit comments