@@ -86,8 +86,8 @@ discard block |
||
| 86 | 86 | 'varDump', |
| 87 | 87 | function ($args) { |
| 88 | 88 | /** |
| 89 | - * @noinspection ForgottenDebugOutputInspection |
|
| 90 | - */ |
|
| 89 | + * @noinspection ForgottenDebugOutputInspection |
|
| 90 | + */ |
|
| 91 | 91 | var_dump($args); |
| 92 | 92 | }, |
| 93 | 93 | array('is_safe' => array('html')) |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | protected function extendForPagination() : void |
| 99 | 99 | { |
| 100 | 100 | /** |
| 101 | - * @noinspection MoreThanThreeArgumentsInspection |
|
| 101 | + * @noinspection MoreThanThreeArgumentsInspection |
|
| 102 | 102 | */ |
| 103 | 103 | $filter = new \Twig_SimpleFunction( |
| 104 | 104 | 'Pagination', |
@@ -49,6 +49,9 @@ |
||
| 49 | 49 | return str_replace('(items)', $items, $this->parentTemplate); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | + /** |
|
| 53 | + * @param integer $useEllipses |
|
| 54 | + */ |
|
| 52 | 55 | private function getItem(int $itemIndex, $renderedEllipses, $useEllipses) : array |
| 53 | 56 | { |
| 54 | 57 | $values = [ |