Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Mar 28, 2020
1 parent 49c8d1d commit f9a359f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function process(File $phpcsFile, $whitespacePointer): void
$fixable = $phpcsFile->addFixableError(
sprintf('Duplicate spaces at position %d.', $position),
$whitespacePointer,
self::CODE_DUPLICATE_SPACES,
self::CODE_DUPLICATE_SPACES
);

if ($fixable) {
Expand Down

0 comments on commit f9a359f

Please sign in to comment.