Commit e457b24
File tree
30 files changed
+245
-14
lines changedFilter options
- src/Symfony
- Bridge/Twig/Extension
- Bundle
- FrameworkBundle
- Routing
- TwigBundle
- Component
- Cache/Adapter
- DependencyInjection
- Dumper
- Tests/Fixtures/php
- ErrorHandler/ErrorRenderer
- HttpFoundation
- Session
- Storage
- HttpKernel
- Security
- Core
- Authentication
- Authorization
- Http/Firewall
- Stopwatch
- Translation/Formatter
- Validator
- WebLink/EventListener
- Contracts
- Cache
- Service
30 files changed
+245
-14
lines changedsrc/Symfony/Bridge/Twig/Extension/TranslationExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/TranslationExtension.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
27 | 30 |
|
28 | 31 |
|
29 | 32 |
|
|
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
26 | 31 |
|
27 | 32 |
|
28 | 33 |
|
| ||
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
| 40 | + |
35 | 41 |
|
36 | 42 |
|
37 | 43 |
|
| ||
58 | 64 |
|
59 | 65 |
|
60 | 66 |
|
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
61 | 80 |
|
62 | 81 |
|
63 | 82 |
|
|
src/Symfony/Bundle/FrameworkBundle/Routing/Router.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Routing/Router.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
27 | 32 |
|
28 | 33 |
|
29 | 34 |
|
|
src/Symfony/Bundle/TwigBundle/TwigBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/TwigBundle.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
23 | 37 |
|
24 | 38 |
|
25 | 39 |
|
|
src/Symfony/Component/Cache/Adapter/AdapterInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/AdapterInterface.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
17 | 20 |
|
18 | 21 |
|
19 | 22 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
25 | 31 |
|
26 | 32 |
|
27 | 33 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+67-14Lines changed: 67 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
| ||
142 | 143 |
|
143 | 144 |
|
144 | 145 |
|
| 146 | + |
145 | 147 |
|
146 | 148 |
|
147 | 149 |
|
| ||
226 | 228 |
|
227 | 229 |
|
228 | 230 |
|
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
229 | 235 |
|
230 |
| - |
| 236 | + |
231 | 237 |
|
232 | 238 |
|
233 | 239 |
|
| ||
302 | 308 |
|
303 | 309 |
|
304 | 310 |
|
305 |
| - |
| 311 | + |
306 | 312 |
|
307 | 313 |
|
308 | 314 |
|
| ||
320 | 326 |
|
321 | 327 |
|
322 | 328 |
|
323 |
| - |
324 |
| - |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
325 | 336 |
|
326 | 337 |
|
327 | 338 |
|
| ||
367 | 378 |
|
368 | 379 |
|
369 | 380 |
|
| 381 | + |
370 | 382 |
|
371 | 383 |
|
372 | 384 |
|
| ||
542 | 554 |
|
543 | 555 |
|
544 | 556 |
|
545 |
| - |
546 |
| - |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
547 | 561 |
|
548 | 562 |
|
549 | 563 |
|
| ||
552 | 566 |
|
553 | 567 |
|
554 | 568 |
|
555 |
| - |
556 | 569 |
|
557 |
| - |
| 570 | + |
| 571 | + |
| 572 | + |
558 | 573 |
|
559 | 574 |
|
560 | 575 |
|
| ||
804 | 819 |
|
805 | 820 |
|
806 | 821 |
|
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
807 | 828 |
|
808 | 829 |
|
809 | 830 |
|
| ||
960 | 981 |
|
961 | 982 |
|
962 | 983 |
|
963 |
| - |
| 984 | + |
| 985 | + |
| 986 | + |
| 987 | + |
| 988 | + |
| 989 | + |
| 990 | + |
| 991 | + |
| 992 | + |
964 | 993 |
|
965 | 994 |
|
966 | 995 |
|
| ||
1061 | 1090 |
|
1062 | 1091 |
|
1063 | 1092 |
|
1064 |
| - |
| 1093 | + |
1065 | 1094 |
|
1066 | 1095 |
|
1067 | 1096 |
|
| ||
1124 | 1153 |
|
1125 | 1154 |
|
1126 | 1155 |
|
1127 |
| - |
| 1156 | + |
1128 | 1157 |
|
1129 | 1158 |
|
1130 | 1159 |
|
| ||
1324 | 1353 |
|
1325 | 1354 |
|
1326 | 1355 |
|
1327 |
| - |
| 1356 | + |
1328 | 1357 |
|
1329 | 1358 |
|
1330 | 1359 |
|
| ||
1342 | 1371 |
|
1343 | 1372 |
|
1344 | 1373 |
|
1345 |
| - |
1346 |
| - |
| 1374 | + |
1347 | 1375 |
|
1348 | 1376 |
|
1349 | 1377 |
|
| ||
2065 | 2093 |
|
2066 | 2094 |
|
2067 | 2095 |
|
| 2096 | + |
| 2097 | + |
| 2098 | + |
| 2099 | + |
| 2100 | + |
| 2101 | + |
| 2102 | + |
| 2103 | + |
| 2104 | + |
| 2105 | + |
| 2106 | + |
| 2107 | + |
| 2108 | + |
| 2109 | + |
| 2110 | + |
| 2111 | + |
| 2112 | + |
| 2113 | + |
| 2114 | + |
| 2115 | + |
| 2116 | + |
| 2117 | + |
| 2118 | + |
| 2119 | + |
| 2120 | + |
2068 | 2121 |
|
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+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
531 | 531 |
|
532 | 532 |
|
533 | 533 |
|
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
534 | 552 |
|
535 | 553 |
|
536 | 554 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_inlined_factories.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_inlined_factories.txt+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
536 | 536 |
|
537 | 537 |
|
538 | 538 |
|
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
539 | 549 |
|
540 | 550 |
|
541 | 551 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_lazy_inlined_factories.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_lazy_inlined_factories.txt+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
168 | 178 |
|
169 | 179 |
|
170 | 180 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_as_files.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_as_files.txt+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
86 | 95 |
|
87 | 96 |
|
88 | 97 |
|
|
src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/Symfony/Component/HttpFoundation/AcceptHeader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/AcceptHeader.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
|
0 commit comments