8000 Update src/Symfony/Component/Console/Helper/Table.php · symfony/symfony@4da0f89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4da0f89

Browse files
jaytaphstloyd
andcommitted
Update src/Symfony/Component/Console/Helper/Table.php
Co-authored-by: Joseph Bielawski <stloyd@users.noreply.github.com>
1 parent 3941cb5 commit 4da0f89

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Console/Helper

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Helper/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function render()
368368
$parts = explode("\n", $cell);
369369
foreach ($parts as $idx => $part) {
370370
if ($headers && !$containsColspan) {
371-
if (0 == $idx) {
371+
if (0 === $idx) {
372372
$rows[] = [sprintf(
373373
'<comment>%s</>: %s',
374374
str_pad($headers[$i] ?? '', $maxHeaderLength, ' ', \STR_PAD_LEFT),

0 commit comments

Comments
 (0)
0