Commit 544e466
File tree
8 files changed
+71
-5
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Fixtures/php
8 files changed
+71
-5
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
786 | 786 |
|
787 | 787 |
|
788 | 788 |
|
789 |
| - |
| 789 | + |
| 790 | + |
| 791 | + |
| 792 | + |
| 793 | + |
| 794 | + |
| 795 | + |
| 796 | + |
| 797 | + |
| 798 | + |
790 | 799 |
|
791 | 800 |
|
792 | 801 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+31-4Lines changed: 31 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1398 | 1398 |
|
1399 | 1399 |
|
1400 | 1400 |
|
1401 |
| - |
1402 |
| - |
| 1401 | + |
| 1402 | + |
1403 | 1403 |
|
1404 | 1404 |
|
1405 | 1405 |
|
1406 | 1406 |
|
1407 |
| - |
| 1407 | + |
1408 | 1408 |
|
1409 | 1409 |
|
1410 | 1410 |
|
1411 |
| - |
| 1411 | + |
1412 | 1412 |
|
1413 | 1413 |
|
1414 | 1414 |
|
| ||
1501 | 1501 |
|
1502 | 1502 |
|
1503 | 1503 |
|
| 1504 | + |
| 1505 | + |
| 1506 | + |
| 1507 | + |
| 1508 | + |
| 1509 | + |
| 1510 | + |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
| 1516 | + |
| 1517 | + |
| 1518 | + |
| 1519 | + |
| 1520 | + |
| 1521 | + |
| 1522 | + |
| 1523 | + |
| 1524 | + |
| 1525 | + |
| 1526 | + |
| 1527 | + |
| 1528 | + |
| 1529 | + |
| 1530 | + |
1504 | 1531 |
|
1505 | 1532 |
|
1506 | 1533 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
10 | 20 |
|
11 | 21 |
|
12 | 22 |
|
13 | 23 |
|
| 24 | + |
14 | 25 |
|
15 | 26 |
|
16 | 27 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
286 | 290 |
|
287 | 291 |
|
288 | 292 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
67 | 72 |
|
68 | 73 |
|
69 | 74 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
18 | 24 |
|
19 | 25 |
|
20 | 26 |
|
| ||
35 | 41 |
|
36 | 42 |
|
37 | 43 |
|
| 44 | + |
38 | 45 |
|
39 | 46 |
|
40 | 47 |
|
| ||
43 | 50 |
|
44 | 51 |
|
45 | 52 |
|
| 53 | + |
46 | 54 |
|
47 | 55 |
|
48 | 56 |
|
|
0 commit comments