Commit 02161b7
File tree
6 files changed
+110
-28
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Serializer
- DependencyInjection
- Tests/DependencyInjection
6 files changed
+110
-28
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1946 | 1946 |
|
1947 | 1947 |
|
1948 | 1948 |
|
1949 |
| - |
1950 |
| - |
1951 |
| - |
1952 |
| - |
1953 |
| - |
1954 |
| - |
1955 |
| - |
1956 |
| - |
1957 |
| - |
1958 |
| - |
| 1949 | + |
| 1950 | + |
1959 | 1951 |
|
1960 | 1952 |
|
1961 | 1953 |
|
1962 |
| - |
| 1954 | + |
1963 | 1955 |
|
1964 | 1956 |
|
1965 |
| - |
1966 |
| - |
1967 | 1957 |
|
1968 | 1958 |
|
1969 | 1959 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php+12-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
| ||
1447 | 1449 |
|
1448 | 1450 |
|
1449 | 1451 |
|
1450 |
| - |
1451 |
| - |
1452 |
| - |
1453 | 1452 |
|
1454 | 1453 |
|
1455 | 1454 |
|
| ||
1547 | 1546 |
|
1548 | 1547 |
|
1549 | 1548 |
|
1550 |
| - |
| 1549 | + |
| 1550 | + |
| 1551 | + |
| 1552 | + |
1551 | 1553 |
|
1552 | 1554 |
|
1553 | 1555 |
|
1554 | 1556 |
|
1555 | 1557 |
|
1556 | 1558 |
|
| 1559 | + |
| 1560 | + |
| 1561 | + |
| 1562 | + |
| 1563 | + |
| 1564 | + |
1557 | 1565 |
|
1558 | 1566 |
|
1559 | 1567 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php+31-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 |
| - |
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
64 | 75 |
|
65 | 76 |
|
66 | 77 |
|
67 |
| - |
| 78 | + |
68 | 79 |
|
69 | 80 |
|
70 | 81 |
|
| ||
98 | 109 |
|
99 | 110 |
|
100 | 111 |
|
101 |
| - |
| 112 | + |
102 | 113 |
|
103 | 114 |
|
104 | 115 |
|
105 |
| - |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
106 | 128 |
|
107 | 129 |
|
108 | 130 |
|
| ||
125 | 147 |
|
126 | 148 |
|
127 | 149 |
|
128 |
| - |
| 150 | + |
129 | 151 |
|
130 | 152 |
|
131 | 153 |
|
| ||
149 | 171 |
|
150 | 172 |
|
151 | 173 |
|
152 |
| - |
| 174 | + |
153 | 175 |
|
154 | 176 |
|
155 | 177 |
|
| ||
184 | 206 |
|
185 | 207 |
|
186 | 208 |
|
187 |
| - |
| 209 | + |
| 210 | + |
| 211 | + |
188 | 212 |
|
189 | 213 |
|
190 | 214 |
|
|
src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php+61-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
102 | 129 |
|
103 | 130 |
|
104 | 131 |
|
| ||
565 | 592 |
|
566 | 593 |
|
567 | 594 |
|
568 |
| - |
| 595 | + |
| 596 | + |
| 597 | + |
569 | 598 |
|
570 | 599 |
|
571 | 600 |
|
| ||
574 | 603 |
|
575 | 604 |
|
576 | 605 |
|
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
577 | 637 |
|
578 | 638 |
|
579 | 639 |
|
|
0 commit comments