File tree 2 files changed +7
-7
lines changed
src/Symfony/Component/Console
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -804,9 +804,9 @@ private static function initStyles(): array
804
804
$ compact = new TableStyle ();
805
805
$ compact
806
806
->setHorizontalBorderChars ('' )
807
- ->setVerticalBorderChars (' ' )
807
+ ->setVerticalBorderChars ('' )
808
808
->setDefaultCrossingChar ('' )
809
- ->setCellRowContentFormat ('%s ' )
809
+ ->setCellRowContentFormat ('%s ' )
810
810
;
811
811
812
812
$ styleGuide = new TableStyle ();
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ public function renderProvider()
118
118
$ books ,
119
119
'compact ' ,
120
120
<<<'TABLE'
121
- ISBN Title Author
122
- 99921-58-10-7 Divine Comedy Dante Alighieri
123
- 9971-5-0210-0 A Tale of Two Cities Charles Dickens
124
- 960-425-059-0 The Lord of the Rings J. R. R. Tolkien
125
- 80-902734-1-6 And Then There Were None Agatha Christie
121
+ ISBN Title Author
122
+ 99921-58-10-7 Divine Comedy Dante Alighieri
123
+ 9971-5-0210-0 A Tale of Two Cities Charles Dickens
124
+ 960-425-059-0 The Lord of the Rings J. R. R. Tolkien
125
+ 80-902734-1-6 And Then There Were None Agatha Christie
126
126
127
127
TABLE
128
128
],
You can’t perform that action at this time.
0 commit comments