Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
CS fix [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 15, 2017
1 parent fbe8d91 commit 90104fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/Functions/Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(

public function run(): string
{
$items = '';
$items = '';
$renderedEllipses = 0;
$useEllipses = ($this->total > 10) ? 1 : 0;
for ($itemIndex = 1; $itemIndex <= $this->total; $itemIndex++) {
Expand Down

0 comments on commit 90104fe

Please sign in to comment.