Skip to content

Commit 7f5e149

Browse files
committed
Update docblocks
1 parent 0093334 commit 7f5e149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/Component/ApiPaginationComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ApiPaginationComponent extends Component
2323
];
2424

2525
/**
26-
* Holds the paging information.
26+
* Holds the paging information array from the request.
2727
*
2828
* @var array
2929
*/
@@ -43,7 +43,7 @@ public function implementedEvents()
4343
* Injects the pagination info into the response if the current request is a
4444
* JSON or XML request with pagination.
4545
*
46-
* @param Event $event The Controller.beforeRender event.
46+
* @param \Cake\Event\Event $event The Controller.beforeRender event.
4747
* @return void
4848
*/
4949
public function beforeRender(Event $event)

0 commit comments

Comments
 (0)