Skip to content

Commit 09e28f3

Browse files
committed
Fix CS
1 parent 99a749b commit 09e28f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controller/Component/ApiPaginationComponent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ protected function setVisible()
100100
*/
101101
protected function isPaginatedApiRequest(Controller $controller)
102102
{
103-
if (
104-
isset($controller->request->params['paging']) &&
103+
if (isset($controller->request->params['paging']) &&
105104
$controller->request->is('json') ||
106105
$controller->request->is('xml')
107106
) {

0 commit comments

Comments
 (0)