We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0093334 commit 7f5e149Copy full SHA for 7f5e149
src/Controller/Component/ApiPaginationComponent.php
@@ -23,7 +23,7 @@ class ApiPaginationComponent extends Component
23
];
24
25
/**
26
- * Holds the paging information.
+ * Holds the paging information array from the request.
27
*
28
* @var array
29
*/
@@ -43,7 +43,7 @@ public function implementedEvents()
43
* Injects the pagination info into the response if the current request is a
44
* JSON or XML request with pagination.
45
46
- * @param Event $event The Controller.beforeRender event.
+ * @param \Cake\Event\Event $event The Controller.beforeRender event.
47
* @return void
48
49
public function beforeRender(Event $event)
0 commit comments