Commit 306c599
File tree
5 files changed
+62
-8
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Tests
- Compiler
- Fixtures/yaml/integration/instanceof_and_calls
5 files changed
+62
-8
lines changedsrc/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 | 36 |
|
40 | 37 |
|
41 | 38 |
|
| ||
64 | 61 |
|
65 | 62 |
|
66 | 63 |
|
| 64 | + |
67 | 65 |
|
68 | 66 |
|
69 | 67 |
|
| ||
81 | 79 |
|
82 | 80 |
|
83 | 81 |
|
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
84 | 87 |
|
| 88 | + |
85 | 89 |
|
86 | 90 |
|
87 | 91 |
|
| ||
98 | 102 |
|
99 | 103 |
|
100 | 104 |
|
| 105 | + |
101 | 106 |
|
102 | 107 |
|
103 | 108 |
|
| ||
117 | 122 |
|
118 | 123 |
|
119 | 124 |
|
| 125 | + |
| 126 | + |
120 | 127 |
|
121 | 128 |
|
122 | 129 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
210 | 220 |
|
211 | 221 |
|
212 | 222 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php+23-5Lines changed: 23 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
204 |
| - |
| 203 | + |
205 | 204 |
|
206 |
| - |
| 205 | + |
207 | 206 |
|
208 | 207 |
|
209 |
| - |
210 |
| - |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
211 | 227 |
|
212 | 228 |
|
| 229 | + |
| 230 | + |
213 | 231 |
|
214 | 232 |
|
215 | 233 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/integration/instanceof_and_calls/expected.yml
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/integration/instanceof_and_calls/main.yml
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
0 commit comments