Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Reuse the exit code of php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Apr 28, 2017
1 parent 6c80fdc commit b90b557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sniff
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ passthru(sprintf(
$paths,
$options,
escapeshellarg(json_encode($config['rules']))
));
), $returnStatus);

exit($returnStatus);

0 comments on commit b90b557

Please sign in to comment.