Skip to content

Commit f843fee

Browse files
committed
ErrorsConsoleStyle - do not wrap URLs
1 parent abd8157 commit f843fee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/Command/ErrorsConsoleStyle.php

-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ private function wrap(array $rows, int $terminalWidth, int $maxHeaderWidth): arr
104104
$columnRows[$k] = wordwrap(
105105
$columnRow,
106106
$terminalWidth - $maxHeaderWidth - 5,
107-
"\n",
108-
true,
109107
);
110108
}
111109

0 commit comments

Comments
 (0)