Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 7, 2023
1 parent e772c4f commit fd16723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected function validateCurrentPageValue(int $currentPage): void

protected function formatPageName(int $offset): string
{
return sprintf("page-%d", $this->currentPage + $offset);
return sprintf('page-%d', $this->currentPage + $offset);
}

protected function formatLink(int $offset): string
Expand Down

0 comments on commit fd16723

Please sign in to comment.