Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Feb 28, 2020
1 parent 25b5762 commit 6e607d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function process(File $phpcsFile, $constantPointer): void
$docComment !== null ? sprintf('%s%s%s', $indentation, $docComment, $phpcsFile->eolChar) : '',
$indentation,
$visibility !== null ? sprintf('%s ', $visibility) : ''
),
)
);

for ($i = $commaPointer + 1; $i < $data[$commaPointer]['pointerAfterComma']; $i++) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function process(File $phpcsFile, $visibilityPointer): void
$indentation,
$visibility,
$typeHint !== null ? sprintf(' %s', $typeHint) : ''
),
)
);

for ($i = $commaPointer + 1; $i < $data[$commaPointer]['pointerAfterComma']; $i++) {
Expand Down

0 comments on commit 6e607d6

Please sign in to comment.