File tree
Expand file treeCollapse file tree
9 files changed
+70
-19
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- SecurityBundle
- DependencyInjection
- Security/UserProvider
- Component/DependencyInjection
- Dumper
- Tests/Fixtures/php
Expand file treeCollapse file tree
9 files changed
+70
-19
lines changedsrc/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 |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| ||
1626 | 1627 |
|
1627 | 1628 |
|
1628 | 1629 |
|
1629 |
| - |
| 1630 | + |
1630 | 1631 |
|
1631 | 1632 |
|
1632 | 1633 |
|
|
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 |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
| 292 | + |
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
36 |
| - |
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
55 | 57 |
|
56 | 58 |
|
57 | 59 |
|
58 |
| - |
| 60 | + |
59 | 61 |
|
60 | 62 |
|
61 | 63 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
529 | 530 |
|
530 | 531 |
|
531 | 532 |
|
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
532 | 537 |
|
533 | 538 |
|
534 | 539 |
|
|
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 |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
| 22 | + |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+36-8Lines changed: 36 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
| 214 | + |
| 215 | + |
214 | 216 |
|
215 | 217 |
|
216 | 218 |
|
| ||
229 | 231 |
|
230 | 232 |
|
231 | 233 |
|
232 |
| - |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
233 | 239 |
|
234 | 240 |
|
235 | 241 |
|
| ||
564 | 570 |
|
565 | 571 |
|
566 | 572 |
|
567 |
| - |
| 573 | + |
568 | 574 |
|
569 | 575 |
|
570 | 576 |
|
571 | 577 |
|
572 | 578 |
|
573 | 579 |
|
574 | 580 |
|
575 |
| - |
| 581 | + |
576 | 582 |
|
577 | 583 |
|
578 | 584 |
|
| ||
892 | 898 |
|
893 | 899 |
|
894 | 900 |
|
895 |
| - |
| 901 | + |
896 | 902 |
|
897 | 903 |
|
898 |
| - |
| 904 | + |
899 | 905 |
|
900 | 906 |
|
901 | 907 |
|
| ||
957 | 963 |
|
958 | 964 |
|
959 | 965 |
|
| 966 | + |
| 967 | + |
| 968 | + |
| 969 | + |
| 970 | + |
960 | 971 |
|
961 | 972 |
|
962 | 973 |
|
| ||
1283 | 1294 |
|
1284 | 1295 |
|
1285 | 1296 |
|
| 1297 | + |
| 1298 | + |
| 1299 | + |
1286 | 1300 |
|
1287 | 1301 |
|
1288 | 1302 |
|
| ||
1299 | 1313 |
|
1300 | 1314 |
|
1301 | 1315 |
|
| 1316 | + |
| 1317 | + |
| 1318 | + |
1302 | 1319 |
|
1303 | 1320 |
|
1304 | 1321 |
|
| ||
1316 | 1333 |
|
1317 | 1334 |
|
1318 | 1335 |
|
| 1336 | + |
| 1337 | + |
| 1338 | + |
1319 | 1339 |
|
1320 | 1340 |
|
1321 | 1341 |
|
1322 | 1342 |
|
1323 | 1343 |
|
1324 | 1344 |
|
1325 | 1345 |
|
| 1346 | + |
| 1347 | + |
| 1348 | + |
1326 | 1349 |
|
1327 | 1350 |
|
1328 | 1351 |
|
| ||
1717 | 1740 |
|
1718 | 1741 |
|
1719 | 1742 |
|
| 1743 | + |
1720 | 1744 |
|
1721 |
| - |
| 1745 | + |
1722 | 1746 |
|
1723 | 1747 |
|
1724 | 1748 |
|
1725 |
| - |
| 1749 | + |
| 1750 | + |
| 1751 | + |
| 1752 | + |
| 1753 | + |
1726 | 1754 |
|
1727 | 1755 |
|
1728 | 1756 |
|
1729 |
| - |
| 1757 | + |
1730 | 1758 |
|
1731 | 1759 |
|
1732 | 1760 |
|
|
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+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
| 279 | + |
279 | 280 |
|
280 | 281 |
|
281 | 282 |
|
282 |
| - |
| 283 | + |
283 | 284 |
|
284 | 285 |
|
285 | 286 |
|
286 | 287 |
|
287 | 288 |
|
| 289 | + |
288 | 290 |
|
289 | 291 |
|
290 | 292 |
|
| ||
382 | 384 |
|
383 | 385 |
|
384 | 386 |
|
| 387 | + |
| 388 | + |
| 389 | + |
385 | 390 |
|
386 | 391 |
|
387 | 392 |
|
| ||
398 | 403 |
|
399 | 404 |
|
400 | 405 |
|
| 406 | + |
| 407 | + |
| 408 | + |
401 | 409 |
|
402 | 410 |
|
403 | 411 |
|
| ||
415 | 423 |
|
416 | 424 |
|
417 | 425 |
|
| 426 | + |
| 427 | + |
| 428 | + |
418 | 429 |
|
419 | 430 |
|
420 | 431 |
|
| ||
485 | 496 |
|
486 | 497 |
|
487 | 498 |
|
488 |
| - |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
489 | 504 |
|
490 | 505 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
|
0 commit comments