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/3029'
Browse files Browse the repository at this point in the history
Close #3029
  • Loading branch information
weierophinney committed Nov 20, 2012
2 parents 2a3f361 + 09dc602 commit 658992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-GIT.md
Expand Up @@ -140,7 +140,7 @@ foreach ($output as $file) {
*/
$output = array();
$return = null;
exec("php-cs-fixer --dry-run --level=psr2 " . escapeshellarg($fileName), $output, $return);
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 implode(PHP_EOL, $output) . PHP_EOL;
Expand Down

0 comments on commit 658992f

Please sign in to comment.