Commit 68415ab
committed
File tree
Expand file treeCollapse file tree
12 files changed
+95
-27
lines changedFilter options
- src/Symfony/Component
- Config/Tests/Util
- Console
- Style
- Tests/Fixtures/Style/SymfonyStyle
- command
- output
- PropertyAccess
- Tests
- Routing
- Generator
- Tests/Generator
- Serializer
- VarDumper
- Caster
- Tests
- Caster
- Fixtures
Expand file treeCollapse file tree
12 files changed
+95
-27
lines changedsrc/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.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/Console/Style/SymfonyStyle.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Style/SymfonyStyle.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
213 | 214 |
|
214 | 215 |
|
215 | 216 |
|
216 |
| - |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
217 | 227 |
|
218 | 228 |
|
219 | 229 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
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 | + |
src/Symfony/Component/PropertyAccess/PropertyAccessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessor.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
373 | 373 |
|
374 | 374 |
|
375 | 375 |
|
376 |
| - |
377 |
| - |
378 | 376 |
|
| 377 | + |
379 | 378 |
|
| 379 | + |
| 380 | + |
380 | 381 |
|
381 | 382 |
|
382 | 383 |
|
|
src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
129 | 138 |
|
130 | 139 |
|
131 | 140 |
|
|
src/Symfony/Component/Routing/Generator/UrlGenerator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Generator/UrlGenerator.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
288 |
| - |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
289 | 292 |
|
290 | 293 |
|
291 | 294 |
|
|
src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
297 | 297 |
|
298 | 298 |
|
299 | 299 |
|
300 |
| - |
| 300 | + |
301 | 301 |
|
302 |
| - |
303 |
| - |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
304 | 316 |
|
305 | 317 |
|
306 | 318 |
|
|
src/Symfony/Component/Serializer/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Serializer.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
253 |
| - |
254 |
| - |
255 |
| - |
256 |
| - |
257 |
| - |
258 |
| - |
259 |
| - |
260 |
| - |
261 |
| - |
262 | 253 |
|
263 | 254 |
|
264 | 255 |
|
|
src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
239 |
| - |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
240 | 239 |
|
241 | 240 |
|
242 | 241 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| ||
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
76 |
| - |
| 77 | + |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
92 |
| - |
| 93 | + |
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
| ||
221 | 222 |
|
222 | 223 |
|
223 | 224 |
|
224 |
| - |
| 225 | + |
225 | 226 |
|
226 | 227 |
|
src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.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 | + |
0 commit comments