Commit 31d2250
File tree
10 files changed
+82
-0
lines changedFilter options
- src/Symfony/Component/Config
- Definition
- Builder
- Dumper
- Tests
- Definition/Dumper
- Fixtures/Configuration
10 files changed
+82
-0
lines changedsrc/Symfony/Component/Config/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/Config/Definition/ArrayNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/ArrayNode.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
237 | 241 |
|
238 | 242 |
|
239 | 243 |
|
|
src/Symfony/Component/Config/Definition/BaseNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/BaseNode.php+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
144 | 158 |
|
145 | 159 |
|
146 | 160 |
|
| ||
181 | 195 |
|
182 | 196 |
|
183 | 197 |
|
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
184 | 221 |
|
185 | 222 |
|
186 | 223 |
|
|
src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php+18Lines changed: 18 additions & 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 |
|
| ||
168 | 169 |
|
169 | 170 |
|
170 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
171 | 189 |
|
172 | 190 |
|
173 | 191 |
|
|
src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
|
src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
156 | 160 |
|
157 | 161 |
|
158 | 162 |
|
|
src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
126 | 131 |
|
127 | 132 |
|
128 | 133 |
|
|
src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
| 55 | + |
| 56 | + |
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
|
src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| 101 | + |
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
|
src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
|
0 commit comments