Commit 47fd5e8
File tree
Expand file treeCollapse file tree
14 files changed
+99
-59
lines changedFilter options
- src/Symfony/Components/DependencyInjection
- Dumper
- ParameterBag
- tests/Symfony/Tests/Components/DependencyInjection
- Fixtures
- containers
- php
- xml
- yaml
- Loader
- ParameterBag
Expand file treeCollapse file tree
14 files changed
+99
-59
lines changedsrc/Symfony/Components/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/Container.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
| 84 | + |
| 85 | + |
79 | 86 |
|
80 | 87 |
|
81 | 88 |
|
|
src/Symfony/Components/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/ContainerBuilder.php+18-6Lines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
82 | 86 |
|
83 | 87 |
|
84 | 88 |
|
| ||
187 | 191 |
|
188 | 192 |
|
189 | 193 |
|
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
190 | 198 |
|
191 | 199 |
|
192 | 200 |
|
| ||
215 | 223 |
|
216 | 224 |
|
217 | 225 |
|
218 |
| - |
219 |
| - |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
220 | 234 |
|
221 |
| - |
| 235 | + |
222 | 236 |
|
223 | 237 |
|
224 | 238 |
|
| ||
233 | 247 |
|
234 | 248 |
|
235 | 249 |
|
236 |
| - |
237 |
| - |
238 |
| - |
| 250 | + |
239 | 251 |
|
240 | 252 |
|
241 | 253 |
|
|
src/Symfony/Components/DependencyInjection/Dumper/XmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/Dumper/XmlDumper.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
46 | 52 |
|
47 | 53 |
|
48 | 54 |
|
|
src/Symfony/Components/DependencyInjection/Dumper/YamlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/Dumper/YamlDumper.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
132 | 138 |
|
133 | 139 |
|
134 | 140 |
|
|
src/Symfony/Components/DependencyInjection/ParameterBag/ParameterBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Components/DependencyInjection/ParameterBag/ParameterBag.php+27-24Lines changed: 27 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
108 | 118 |
|
109 | 119 |
|
110 | 120 |
|
| ||
120 | 130 |
|
121 | 131 |
|
122 | 132 |
|
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
| 133 | + |
146 | 134 |
|
147 | 135 |
|
148 |
| - |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
149 | 152 |
|
150 | 153 |
|
tests/Symfony/Tests/Components/DependencyInjection/ContainerBuilderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/ContainerBuilderTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
313 | 313 |
|
314 | 314 |
|
315 | 315 |
|
316 |
| - |
| 316 | + |
317 | 317 |
|
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
322 | 322 |
|
323 |
| - |
| 323 | + |
324 | 324 |
|
325 | 325 |
|
326 | 326 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/CrossCheckTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/CrossCheckTest.php+11-9Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 |
| - |
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 44 | + |
| 45 | + |
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/Fixtures/containers/container8.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/Fixtures/containers/container8.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/Fixtures/php/services8.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/Fixtures/php/services8.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/Fixtures/xml/services8.xml
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/Fixtures/xml/services8.xml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/Fixtures/yaml/services8.yml
Copy file name to clipboard+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
tests/Symfony/Tests/Components/DependencyInjection/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/Loader/XmlFileLoaderTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
| 176 | + |
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
| 188 | + |
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/Loader/YamlFileLoaderTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
|
tests/Symfony/Tests/Components/DependencyInjection/ParameterBag/ParameterBagTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Components/DependencyInjection/ParameterBag/ParameterBagTest.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 |
| - |
103 |
| - |
| 102 | + |
| 103 | + |
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 |
| - |
111 |
| - |
| 110 | + |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
0 commit comments