Skip to content

Commit e7a0d8e

Browse files
author
Oliver Tappin
committed
Remove double space in PhpcsDiff source
1 parent 3cd1ba0 commit e7a0d8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PhpcsDiff.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ protected function runPhpcs(array $files = [], string $ruleset = 'ruleset.xml')
225225
$this->climate->info('Running: ' . $command);
226226
}
227227

228-
229-
$json = $output ? json_decode($output, true) : null;
228+
$json = $output ? json_decode($output, true) : null;
230229
if ($json === null && $output) {
231230
$this->climate->error($output);
232231
}

0 commit comments

Comments
 (0)