Commit 743f25a
File tree
Expand file treeCollapse file tree
19 files changed
+164
-29
lines changedFilter options
- src/Symfony
- Bundle
- DoctrineBundle
- DependencyInjection
- Tests/DependencyInjection
- DoctrineMongoDBBundle
- DependencyInjection
- Tests/DependencyInjection
- Component/DependencyInjection
- Compiler
- Dumper
- Loader
- schema/dic/services
- tests/Symfony/Tests/Component/DependencyInjection
- Compiler
- Fixtures/containers
Expand file treeCollapse file tree
19 files changed
+164
-29
lines changedsrc/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
| 411 | + |
411 | 412 |
|
412 | 413 |
|
413 | 414 |
|
|
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
| 160 | + |
160 | 161 |
|
161 | 162 |
|
162 | 163 |
|
| ||
198 | 199 |
|
199 | 200 |
|
200 | 201 |
|
| 202 | + |
201 | 203 |
|
202 | 204 |
|
203 | 205 |
|
| ||
239 | 241 |
|
240 | 242 |
|
241 | 243 |
|
| 244 | + |
242 | 245 |
|
243 | 246 |
|
244 | 247 |
|
| ||
279 | 282 |
|
280 | 283 |
|
281 | 284 |
|
| 285 | + |
282 | 286 |
|
283 | 287 |
|
284 | 288 |
|
| ||
313 | 317 |
|
314 | 318 |
|
315 | 319 |
|
| 320 | + |
316 | 321 |
|
317 | 322 |
|
318 | 323 |
|
| ||
334 | 339 |
|
335 | 340 |
|
336 | 341 |
|
| 342 | + |
337 | 343 |
|
338 | 344 |
|
339 | 345 |
|
|
src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| 168 | + |
168 | 169 |
|
169 | 170 |
|
170 | 171 |
|
|
src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| ||
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
| ||
126 | 128 |
|
127 | 129 |
|
128 | 130 |
|
| 131 | + |
129 | 132 |
|
130 | 133 |
|
131 | 134 |
|
| ||
154 | 157 |
|
155 | 158 |
|
156 | 159 |
|
| 160 | + |
157 | 161 |
|
158 | 162 |
|
159 | 163 |
|
| ||
184 | 188 |
|
185 | 189 |
|
186 | 190 |
|
| 191 | + |
187 | 192 |
|
188 | 193 |
|
189 | 194 |
|
| ||
199 | 204 |
|
200 | 205 |
|
201 | 206 |
|
| 207 | + |
202 | 208 |
|
203 | 209 |
|
204 | 210 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveInterfaceInjectorsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInterfaceInjectorsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
695 | 695 |
|
696 | 696 |
|
697 | 697 |
|
698 |
| - |
| 698 | + |
| 699 | + |
| 700 | + |
699 | 701 |
|
700 | 702 |
|
701 |
| - |
| 703 | + |
702 | 704 |
|
703 | 705 |
|
704 | 706 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+30-4Lines changed: 30 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
52 | 78 |
|
53 | 79 |
|
54 | 80 |
|
55 |
| - |
| 81 | + |
56 | 82 |
|
57 | 83 |
|
58 | 84 |
|
59 |
| - |
| 85 | + |
60 | 86 |
|
61 |
| - |
| 87 | + |
62 | 88 |
|
63 | 89 |
|
64 | 90 |
|
| ||
74 | 100 |
|
75 | 101 |
|
76 | 102 |
|
77 |
| - |
| 103 | + |
78 | 104 |
|
79 | 105 |
|
80 | 106 |
|
|
src/Symfony/Component/DependencyInjection/DefinitionDecorator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/DefinitionDecorator.php+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
54 | 61 |
|
55 | 62 |
|
56 | 63 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+15-7Lines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
233 |
| - |
| 233 | + |
| 234 | + |
| 235 | + |
234 | 236 |
|
235 | 237 |
|
236 |
| - |
| 238 | + |
237 | 239 |
|
238 | 240 |
|
239 | 241 |
|
| ||
294 | 296 |
|
295 | 297 |
|
296 | 298 |
|
297 |
| - |
| 299 | + |
| 300 | + |
| 301 | + |
298 | 302 |
|
299 | 303 |
|
300 |
| - |
| 304 | + |
301 | 305 |
|
302 | 306 |
|
303 | 307 |
|
| ||
404 | 408 |
|
405 | 409 |
|
406 | 410 |
|
407 |
| - |
| 411 | + |
408 | 412 |
|
| 413 | + |
| 414 | + |
409 | 415 |
|
410 | 416 |
|
411 | 417 |
|
| ||
821 | 827 |
|
822 | 828 |
|
823 | 829 |
|
824 |
| - |
| 830 | + |
| 831 | + |
| 832 | + |
825 | 833 |
|
826 | 834 |
|
827 |
| - |
| 835 | + |
828 | 836 |
|
829 | 837 |
|
830 | 838 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
146 |
| - |
| 146 | + |
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
168 | 172 |
|
169 | 173 |
|
170 | 174 |
|
|
src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | + |
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
|
0 commit comments