File tree
8 files changed
+65
-13
lines changedFilter options
- src/Symfony/Component
- DependencyInjection
- Compiler
- Loader/Configurator/Traits
- Tests
- Compiler
- Fixtures
- HttpKernel
- DependencyInjection
- Tests/DependencyInjection
8 files changed
+65
-13
lines changedsrc/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
116 | 124 |
|
117 | 125 |
|
118 | 126 |
|
119 | 127 |
|
120 | 128 |
|
121 | 129 |
|
122 |
| - |
123 |
| - |
124 |
| - |
| 130 | + |
125 | 131 |
|
126 | 132 |
|
127 | 133 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
859 | 859 |
|
860 | 860 |
|
861 | 861 |
|
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
862 | 866 |
|
863 | 867 |
|
864 | 868 |
|
|
src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/BindTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/BindTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
98 | 122 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
21 | 25 |
|
src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
| 172 | + |
172 | 173 |
|
173 | 174 |
|
174 | 175 |
|
|
src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php+17-4Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 |
| - |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
312 | 316 |
|
313 | 317 |
|
314 |
| - |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
315 | 322 |
|
316 | 323 |
|
317 | 324 |
|
318 | 325 |
|
319 | 326 |
|
320 |
| - |
| 327 | + |
321 | 328 |
|
322 | 329 |
|
323 | 330 |
|
| ||
339 | 346 |
|
340 | 347 |
|
341 | 348 |
|
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
342 | 355 |
|
343 | 356 |
|
344 | 357 |
|
| ||
396 | 409 |
|
397 | 410 |
|
398 | 411 |
|
399 |
| - |
| 412 | + |
400 | 413 |
|
401 | 414 |
|
402 | 415 |
|
0 commit comments