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/4119'
Browse files Browse the repository at this point in the history
Close #4119
  • Loading branch information
weierophinney committed Mar 28, 2013
2 parents 0767512 + 7d74724 commit 6e19ac2
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 @@ -142,7 +142,7 @@ foreach ($output as $file) {
$return = null;
exec("php-cs-fixer fix --dry-run --level=psr2 " . escapeshellarg($fileName), $output, $return);
if ($return != 0 || !empty($output)) {
echo "PHP file fails contains CS issues: " . $fileName . ":" . PHP_EOL;
echo "PHP file contains CS issues: " . $fileName . ":" . PHP_EOL;
echo implode(PHP_EOL, $output) . PHP_EOL;
$exit = 1;
continue;
Expand Down

0 comments on commit 6e19ac2

Please sign in to comment.