Commit bc34213
File tree
6 files changed
+53
-8
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Loader
- Tests
- Fixtures
- Prototype/BadClasses
- config
- xml
- yaml
- Loader
6 files changed
+53
-8
lines changedsrc/Symfony/Component/DependencyInjection/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/FileLoader.php+22-5Lines changed: 22 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
68 | 73 |
|
69 | 74 |
|
70 | 75 |
|
| ||
96 | 101 |
|
97 | 102 |
|
98 | 103 |
|
99 |
| - |
| 104 | + |
100 | 105 |
|
101 | 106 |
|
102 | 107 |
|
| ||
139 | 144 |
|
140 | 145 |
|
141 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
142 | 159 |
|
143 |
| - |
| 160 | + |
144 | 161 |
|
145 | 162 |
|
146 | 163 |
|
147 | 164 |
|
148 |
| - |
| 165 | + |
149 | 166 |
|
150 | 167 |
|
151 | 168 |
|
|
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/config/prototype.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
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