Commit d0f53e3
File tree
5 files changed
+50
-6
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Loader
- Tests
- Fixtures
- Prototype/BadClasses
- xml
- yaml
- Loader
5 files changed
+50
-6
lines changedsrc/Symfony/Component/DependencyInjection/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/FileLoader.php+20-4Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
64 | 73 |
|
65 | 74 |
|
66 | 75 |
|
| ||
96 | 105 |
|
97 | 106 |
|
98 | 107 |
|
99 |
| - |
| 108 | + |
100 | 109 |
|
101 | 110 |
|
102 | 111 |
|
| ||
139 | 148 |
|
140 | 149 |
|
141 | 150 |
|
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
142 | 158 |
|
143 |
| - |
| 159 | + |
144 | 160 |
|
145 | 161 |
|
146 | 162 |
|
147 | 163 |
|
148 |
| - |
| 164 | + |
149 | 165 |
|
150 | 166 |
|
151 | 167 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/BadClasses/MissingParent.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_prototype.xml
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services_prototype.yml
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
163 | 164 |
|
164 | 165 |
|
165 | 166 |
|
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
166 | 187 |
|
167 | 188 |
|
168 | 189 |
|
|
0 commit comments