Commit 5ed5dcf
committed
File tree
33 files changed
+241
-71
lines changedFilter options
- src/Symfony
- Bridge
- PhpUnit/bin
- Twig
- Bundle
- FrameworkBundle
- Tests/Controller
- SecurityBundle
- TwigBundle/Resources/views
- WebProfilerBundle/Resources/views/Profiler
- Component
- Console
- DependencyInjection
- Compiler
- Dumper
- Tests
- Fixtures/php
- Form
- HttpKernel
- Tests
- Intl/NumberFormatter
- Security
- Csrf
- Validator
- Constraints
- Tests
- Constraints
- Fixtures
- Workflow
- Yaml
- Tests
33 files changed
+241
-71
lines changed+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
38 | 40 |
|
39 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 |
| - |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
| ||
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
63 | 68 |
|
64 | 69 |
|
65 | 70 |
|
|
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
252 | 252 |
|
253 | 253 |
|
254 | 254 |
|
255 |
| - |
| 255 | + |
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
|
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 |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+28-5Lines changed: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| ||
116 | 118 |
|
117 | 119 |
|
118 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
119 | 140 |
|
120 | 141 |
|
121 | 142 |
|
| ||
125 | 146 |
|
126 | 147 |
|
127 | 148 |
|
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
| 149 | + |
133 | 150 |
|
134 | 151 |
|
135 | 152 |
|
| ||
140 | 157 |
|
141 | 158 |
|
142 | 159 |
|
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
143 | 166 |
|
144 | 167 |
|
145 | 168 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
148 | 149 |
|
149 | 150 |
|
150 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
151 | 156 |
|
152 | 157 |
|
153 | 158 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+19-5Lines changed: 19 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
467 | 467 |
|
468 | 468 |
|
469 | 469 |
|
| 470 | + |
| 471 | + |
470 | 472 |
|
471 | 473 |
|
472 | 474 |
|
| ||
484 | 486 |
|
485 | 487 |
|
486 | 488 |
|
487 |
| - |
| 489 | + |
488 | 490 |
|
489 | 491 |
|
490 | 492 |
|
| ||
499 | 501 |
|
500 | 502 |
|
501 | 503 |
|
| 504 | + |
| 505 | + |
502 | 506 |
|
503 | 507 |
|
504 | 508 |
|
| ||
519 | 523 |
|
520 | 524 |
|
521 | 525 |
|
522 |
| - |
| 526 | + |
523 | 527 |
|
524 | 528 |
|
525 | 529 |
|
| ||
779 | 783 |
|
780 | 784 |
|
781 | 785 |
|
| 786 | + |
| 787 | + |
782 | 788 |
|
783 | 789 |
|
784 | 790 |
|
| ||
801 | 807 |
|
802 | 808 |
|
803 | 809 |
|
804 |
| - |
| 810 | + |
805 | 811 |
|
806 | 812 |
|
807 | 813 |
|
| ||
816 | 822 |
|
817 | 823 |
|
818 | 824 |
|
819 |
| - |
| 825 | + |
820 | 826 |
|
821 | 827 |
|
822 | 828 |
|
| ||
840 | 846 |
|
841 | 847 |
|
842 | 848 |
|
| 849 | + |
| 850 | + |
843 | 851 |
|
844 | 852 |
|
845 | 853 |
|
| ||
928 | 936 |
|
929 | 937 |
|
930 | 938 |
|
| 939 | + |
| 940 | + |
931 | 941 |
|
932 | 942 |
|
933 | 943 |
|
| ||
942 | 952 |
|
943 | 953 |
|
944 | 954 |
|
945 |
| - |
| 955 | + |
946 | 956 |
|
947 | 957 |
|
948 | 958 |
|
| ||
956 | 966 |
|
957 | 967 |
|
958 | 968 |
|
| 969 | + |
| 970 | + |
959 | 971 |
|
960 | 972 |
|
961 | 973 |
|
| ||
976 | 988 |
|
977 | 989 |
|
978 | 990 |
|
| 991 | + |
| 992 | + |
979 | 993 |
|
980 | 994 |
|
981 | 995 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+11-7Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
228 |
| - |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
229 | 233 |
|
230 | 234 |
|
231 |
| - |
232 |
| - |
| 235 | + |
| 236 | + |
233 | 237 |
|
234 | 238 |
|
235 | 239 |
|
| ||
424 | 428 |
|
425 | 429 |
|
426 | 430 |
|
427 |
| - |
| 431 | + |
428 | 432 |
|
429 | 433 |
|
430 | 434 |
|
431 | 435 |
|
432 | 436 |
|
433 |
| - |
| 437 | + |
434 | 438 |
|
435 | 439 |
|
436 | 440 |
|
| ||
1082 | 1086 |
|
1083 | 1087 |
|
1084 | 1088 |
|
1085 |
| - |
| 1089 | + |
1086 | 1090 |
|
1087 | 1091 |
|
1088 | 1092 |
|
|
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1310 | 1310 |
|
1311 | 1311 |
|
1312 | 1312 |
|
| 1313 | + |
| 1314 | + |
| 1315 | + |
| 1316 | + |
| 1317 | + |
| 1318 | + |
| 1319 | + |
| 1320 | + |
| 1321 | + |
| 1322 | + |
| 1323 | + |
| 1324 | + |
| 1325 | + |
| 1326 | + |
| 1327 | + |
| 1328 | + |
| 1329 | + |
| 1330 | + |
1313 | 1331 |
|
1314 | 1332 |
|
1315 | 1333 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_as_files.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_as_files.txt+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
| ||
483 | 483 |
|
484 | 484 |
|
485 | 485 |
|
486 |
| - |
487 |
| - |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
488 | 492 |
|
489 | 493 |
|
490 |
| - |
491 |
| - |
| 494 | + |
| 495 | + |
492 | 496 |
|
493 | 497 |
|
494 | 498 |
|
|
0 commit comments