Skip to content

Commit fb8fa6a

Browse files
committed
Errors were wrapping in the full report
1 parent 199d465 commit fb8fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/Reports/Full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function generateFileReport(
150150
$padding = ($maxLineNumLength - strlen($line));
151151
$errorMsg = wordwrap(
152152
$message,
153-
($maxErrorSpace + 8),
153+
$maxErrorSpace,
154154
PHP_EOL.$paddingLine2
155155
);
156156

0 commit comments

Comments
 (0)