Skip to content

Commit f82d1ea

Browse files
authored
Merge pull request #131 from JLepeltier/patch-1
show php-cs-fixer dry-run results
2 parents cc57794 + 30c5c60 commit f82d1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhpGitHooks/Module/PhpCsFixer/Infrastructure/Tool/PhpCsFixerToolProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function processTool($file, $level, $options)
7474
private function setError(Process $process)
7575
{
7676
if (false === $process->isSuccessful()) {
77-
return $process->getErrorOutput();
77+
return $process->getOutput();
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)