Skip to content

Commit 8a6b7e6

Browse files
Merge branch '3.4' into 4.1
* 3.4: CS fix [Debug] fix compat with PHP 7.3
2 parents 0ad288a + 3b2b415 commit 8a6b7e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Helper/Table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ private function renderColumnSeparator($type = self::BORDER_OUTSIDE)
398398
* Example:
399399
*
400400
* | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens |
401-
*
402401
*/
403402
private function renderRow(array $row, string $cellFormat)
404403
{

Tests/Fixtures/Foo6Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
use Symfony\Component\Console\Command\Command;
54

65
class Foo6Command extends Command

0 commit comments

Comments
 (0)