Commit b93bcc1
Fixed colspan issues with multiple render() calls
1 parent 5f36605 commit b93bcc1Copy full SHA for b93bcc1
File tree
Expand file treeCollapse file tree
2 files changed
+52
-24
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Console
- Helper
- Tests/Helper
Expand file treeCollapse file tree
2 files changed
+52
-24
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Console/Helper/Table.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php+20-19Lines changed: 20 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
205 | 205 | |
206 | 206 | |
207 | 207 | |
208 | | - |
209 | | - |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
210 | 212 | |
211 | 213 | |
212 | | - |
213 | | - |
| 214 | + |
| 215 | + |
214 | 216 | |
215 | 217 | |
216 | 218 | |
217 | 219 | |
218 | | - |
| 220 | + |
219 | 221 | |
220 | 222 | |
221 | 223 | |
222 | 224 | |
223 | 225 | |
224 | 226 | |
225 | | - |
| 227 | + |
226 | 228 | |
227 | 229 | |
228 | 230 | |
| ||
246 | 248 | |
247 | 249 | |
248 | 250 | |
249 | | - |
| 251 | + |
250 | 252 | |
251 | 253 | |
252 | 254 | |
| ||
292 | 294 | |
293 | 295 | |
294 | 296 | |
295 | | - |
| 297 | + |
296 | 298 | |
297 | 299 | |
298 | 300 | |
299 | | - |
| 301 | + |
300 | 302 | |
301 | 303 | |
302 | 304 | |
| ||
509 | 511 | |
510 | 512 | |
511 | 513 | |
512 | | - |
| 514 | + |
513 | 515 | |
514 | | - |
515 | | - |
516 | | - |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
517 | 522 | |
518 | | - |
519 | | - |
520 | | - |
| 523 | + |
521 | 524 | |
522 | 525 | |
523 | | - |
| 526 | + |
524 | 527 | |
525 | | - |
526 | | - |
527 | 528 | |
528 | 529 | |
529 | 530 | |
|
Collapse file
src/Symfony/Component/Console/Tests/Helper/TableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/TableTest.php+32-5Lines changed: 32 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
183 | | - |
184 | | - |
185 | | - |
186 | | - |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
187 | 187 | |
188 | 188 | |
189 | 189 | |
| ||
427 | 427 | |
428 | 428 | |
429 | 429 | |
430 | | - |
| 430 | + |
431 | 431 | |
432 | 432 | |
433 | 433 | |
| ||
547 | 547 | |
548 | 548 | |
549 | 549 | |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
550 | 577 | |
551 | 578 | |
552 | 579 | |
|
0 commit comments