Commit 50d86e8
File tree
Expand file treeCollapse file tree
40 files changed
+244
-157
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Console
- DependencyInjection
- Tests/DependencyInjection/Fixtures
- php
- xml
- yml
- SecurityBundle/Tests/DependencyInjection
- TwigBundle/Resources/config
- Component
- Console
- Helper
- Input
- Tests
- Helper
- Input
- DependencyInjection
- Dumper
- Loader
- Tests
- Fixtures
- includes
- php
- yaml
- Loader
- Form
- Tests
- Extension/Core
- DataTransformer
- Type
- HttpFoundation/Session/Storage/Handler
- HttpKernel
- EventListener
- Tests/EventListener
- Process
- Security/Core/Authentication/Token
- VarDumper/Dumper
Expand file treeCollapse file tree
40 files changed
+244
-157
lines changedsrc/Symfony/Bundle/FrameworkBundle/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Application.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
741 | 741 |
|
742 | 742 |
|
743 | 743 |
|
| 744 | + |
744 | 745 |
|
745 |
| - |
| 746 | + |
746 | 747 |
|
747 | 748 |
|
748 | 749 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 |
| - |
6 |
| - |
7 | 4 |
|
8 | 5 |
|
9 | 6 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml
Copy file name to clipboard-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 | 2 |
|
5 | 3 |
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
|
src/Symfony/Component/Console/Helper/Table.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
442 | 442 |
|
443 | 443 |
|
444 | 444 |
|
| 445 | + |
| 446 | + |
445 | 447 |
|
446 | 448 |
|
447 | 449 |
|
448 | 450 |
|
449 | 451 |
|
| 452 | + |
| 453 | + |
| 454 | + |
450 | 455 |
|
451 | 456 |
|
452 | 457 |
|
|
src/Symfony/Component/Console/Input/ArgvInput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/ArgvInput.php-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
283 |
| - |
284 |
| - |
285 |
| - |
286 |
| - |
287 |
| - |
288 |
| - |
289 |
| - |
290 |
| - |
291 |
| - |
292 |
| - |
293 | 283 |
|
294 | 284 |
|
295 | 285 |
|
|
src/Symfony/Component/Console/Tests/Helper/TableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/TableTest.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
726 | 726 |
|
727 | 727 |
|
728 | 728 |
|
| 729 | + |
| 730 | + |
| 731 | + |
| 732 | + |
| 733 | + |
| 734 | + |
| 735 | + |
| 736 | + |
| 737 | + |
| 738 | + |
| 739 | + |
| 740 | + |
| 741 | + |
| 742 | + |
| 743 | + |
| 744 | + |
729 | 745 |
|
730 | 746 |
|
731 | 747 |
|
|
src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
318 |
| - |
319 |
| - |
320 |
| - |
321 |
| - |
322 |
| - |
323 | 317 |
|
324 | 318 |
|
325 | 319 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
145 | 154 |
|
146 | 155 |
|
147 | 156 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
402 | 402 |
|
403 | 403 |
|
404 | 404 |
|
405 |
| - |
| 405 | + |
406 | 406 |
|
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
411 | 415 |
|
412 | 416 |
|
413 | 417 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1096 | 1096 |
|
1097 | 1097 |
|
1098 | 1098 |
|
1099 |
| - |
| 1099 | + |
1100 | 1100 |
|
1101 | 1101 |
|
1102 | 1102 |
|
1103 | 1103 |
|
1104 |
| - |
| 1104 | + |
1105 | 1105 |
|
1106 | 1106 |
|
1107 | 1107 |
|
1108 |
| - |
| 1108 | + |
1109 | 1109 |
|
1110 | 1110 |
|
1111 | 1111 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
768 | 768 |
|
769 | 769 |
|
770 | 770 |
|
771 |
| - |
| 771 | + |
772 | 772 |
|
773 | 773 |
|
774 | 774 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
12 | 19 |
|
13 | 20 |
|
14 | 21 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/null_config.yml
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
221 | 221 |
|
222 | 222 |
|
223 | 223 |
|
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
224 | 235 |
|
225 | 236 |
|
226 | 237 |
|
|
src/Symfony/Component/Form/Button.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Button.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
109 | 113 |
|
110 | 114 |
|
111 | 115 |
|
|
src/Symfony/Component/Form/SubmitButton.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/SubmitButton.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
46 | 52 |
|
47 | 53 |
|
48 | 54 |
|
|
src/Symfony/Component/Form/Tests/ButtonTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ButtonTest.php+18-2Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
33 | 47 |
|
34 | 48 |
|
35 | 49 |
|
36 | 50 |
|
37 | 51 |
|
38 | 52 |
|
39 | 53 |
|
40 |
| - |
| 54 | + |
| 55 | + |
41 | 56 |
|
42 | 57 |
|
43 | 58 |
|
44 |
| - |
| 59 | + |
| 60 | + |
45 | 61 |
|
46 | 62 |
|
47 | 63 |
|
|
src/Symfony/Component/Form/Tests/CompoundFormTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/CompoundFormTest.php+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1014 | 1014 |
|
1015 | 1015 |
|
1016 | 1016 |
|
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
| 1024 | + |
| 1025 | + |
| 1026 | + |
| 1027 | + |
| 1028 | + |
| 1029 | + |
| 1030 | + |
| 1031 | + |
| 1032 | + |
| 1033 | + |
| 1034 | + |
| 1035 | + |
| 1036 | + |
| 1037 | + |
| 1038 | + |
1017 | 1039 |
|
1018 | 1040 |
|
1019 | 1041 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeTestCase.php-22Lines changed: 0 additions & 22 deletions
This file was deleted.
0 commit comments