diff options
| author | 2023-05-13 22:47:51 +0200 | |
|---|---|---|
| committer | 2023-05-13 22:47:51 +0200 | |
| commit | d8c535c25c2330f9c2b7ee19d74b6d2b4a3bf4b6 (patch) | |
| tree | 45b3ad4f13f051f0061ade5f1d4d3dc90ae7e045 /app/views/helpers | |
| parent | 68766a98574d98be358199924222f26d8ac36561 (diff) | |
PHPStan Level 7 for Share userController logs_pagination (#5393)
Diffstat (limited to 'app/views/helpers')
| -rwxr-xr-x | app/views/helpers/logs_pagination.phtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/helpers/logs_pagination.phtml b/app/views/helpers/logs_pagination.phtml index c9f18dc07..349be0760 100755 --- a/app/views/helpers/logs_pagination.phtml +++ b/app/views/helpers/logs_pagination.phtml @@ -9,7 +9,7 @@ <nav class="nav-pagination nav-list"> <ul class="pagination"> <?php - /** @var int $getteur */ + /** @var string $getteur from Minz_Paginator::render() */ $params[$getteur] = 1; ?> <li class="item pager-first"> @@ -18,14 +18,12 @@ <?php $params[$getteur] = $this->currentPage - 1; ?> - <li class="item pager-previous"> <?php if ($this->currentPage > 1) { ?> <a href="<?= Minz_Url::display(array('c' => $c, 'a' => $a, 'params' => $params)) ?>">‹ <?= _t('conf.logs.pagination.previous') ?></a> <?php } ?> </li> - <?php if ($this->currentPage - 2 > 1) { ?> <li class="item">…</a></li> <?php } ?> |
