Skip to content

Commit

Permalink
Errors were wrapping in the full report
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 20, 2015
1 parent 199d465 commit fb8fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSniffer/Reports/Full.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function generateFileReport(
$padding = ($maxLineNumLength - strlen($line));
$errorMsg = wordwrap(
$message,
($maxErrorSpace + 8),
$maxErrorSpace,
PHP_EOL.$paddingLine2
);

Expand Down

0 comments on commit fb8fa6a

Please sign in to comment.