Skip to content

Commit b503e36

Browse files
Sync documentation updates from cakephp-docs-md
🤖 Generated with GitHub Actions from 2025-10-10 02:33:48 UTC Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8bbc4e4 commit b503e36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/5.x/views/helpers/paginator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ The wording output by the counter() method can also be customized using special
477477
markers:
478478

479479
``` php
480-
<?= $this->Paginator->counter([
481-
'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of
482-
{{count}} total, starting on record {{start}}, ending on {{end}}'
483-
]) ?>
480+
<?= $this->Paginator->counter(
481+
'Page {{page}} of {{pages}}, showing {{current}} records out of
482+
{{count}} total, starting on record {{start}}, ending on {{end}}'
483+
) ?>
484484
```
485485

486486
<a id="paginator-helper-multiple"></a>

0 commit comments

Comments
 (0)