Skip to content

Commit f2ba9bf

Browse files
authored
Apply suggestions from code review
1 parent 0b19164 commit f2ba9bf

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy