Commit ffb7573
committed
Merge branch '2.8' into 3.0
* 2.8:
[PropertyAccess] ->getValue() should be read-only
[VarDumper] Fix dumping type hints for non-existing parent classes
[Config] Fix XmlUtilsTest namespace
[Console] [TableHelper] make it work with SymfonyStyle.
Remove dead code
[Routing] add query param if value is different from default
Conflicts:
src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.phpFile tree
Expand file treeCollapse file tree
12 files changed
+95
-27
lines changedOpen diff view settings
Filter 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 changedOpen diff view settings
Collapse file
src/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 | |
|
Collapse file
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 | |
|
Collapse file
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 | + |
Collapse file
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 | + |
Collapse file
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 | |
|
Collapse file
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 | |
|
Collapse file
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 |
|---|---|---|
| ||
267 | 267 | |
268 | 268 | |
269 | 269 | |
270 | | - |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
271 | 274 | |
272 | 275 | |
273 | 276 | |
|
Collapse file
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 | |
|
Collapse file
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 | |
|
Collapse file
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 |
|---|---|---|
| ||
220 | 220 | |
221 | 221 | |
222 | 222 | |
223 | | - |
224 | | - |
225 | | - |
226 | | - |
227 | | - |
228 | | - |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
229 | 228 | |
230 | 229 | |
231 | 230 | |
|
0 commit comments