Skip to content

Commit 2528063

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge
2 parents 14eafca + fc0e346 commit 2528063

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Output/ConsoleSectionOutput.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ public function addContent(string $input, bool $newline = true): int
154154
return $linesAdded;
155155
}
156156

157+
/**
158+
* @internal
159+
*/
160+
public function addNewLineOfInputSubmit(): void
161+
{
162+
$this->content[] = \PHP_EOL;
163+
++$this->lines;
164+
}
165+
157166
/**
158167
* @return void
159168
*/

0 commit comments

Comments
 (0)