Skip to content

Commit 0531236

Browse files
authored
Merge branch refs/heads/1.9.x into 1.10.x
2 parents 8fab9ee + f843fee commit 0531236

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Command/ErrorsConsoleStyle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ private function wrap(array $rows, int $terminalWidth, int $maxHeaderWidth): arr
104104
$wrapped = wordwrap(
105105
$columnRow,
106106
$terminalWidth - $maxHeaderWidth - 5,
107-
"\n",
108-
true,
109107
);
110108
if (str_starts_with($columnRow, '💡 ')) {
111109
$wrappedLines = explode("\n", $wrapped);

0 commit comments

Comments
 (0)