Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4118'
Browse files Browse the repository at this point in the history
Close #4118
  • Loading branch information
weierophinney committed Mar 28, 2013
2 parents 9fbd314 + b48809b commit 0767512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-GIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ foreach ($output as $file) {

if ($return != 0) {
echo "PHP file fails to parse: " . $fileName . ":" . PHP_EOL;
echo implode(PHP_EOL, $lintOutput) . PHP_EOL;
echo implode(PHP_EOL, $output) . PHP_EOL;
$exit = 1;
continue;
}
Expand Down

0 comments on commit 0767512

Please sign in to comment.