Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b058fc8

Browse files
Apply suggestions from code review
Co-authored-by: Dmitriy Gordinskiy <[email protected]>
1 parent 1d986d3 commit b058fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Tests/Helper/TableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ public function testGithubIssue52101HorizontalTrue()
20062006
->setCrossingChars('', '', '', '', '', '', '', '', '')
20072007
;
20082008

2009-
$table = (new Table($output = $this->getOutputStream(true)))
2009+
$table = (new Table($output = $this->getOutputStream()))
20102010
->setStyle($tableStyle)
20112011
->setHeaderTitle('Title')
20122012
->setHeaders(['Hello', 'World'])
@@ -2035,7 +2035,7 @@ public function testGithubIssue52101HorizontalFalse()
20352035
->setCrossingChars('', '', '', '', '', '', '', '', '')
20362036
;
20372037

2038-
$table = (new Table($output = $this->getOutputStream(true)))
2038+
$table = (new Table($output = $this->getOutputStream()))
20392039
->setStyle($tableStyle)
20402040
->setHeaderTitle('Title')
20412041
->setHeaders(['Hello', 'World'])

0 commit comments

Comments
 (0)