Skip to content

Commit 2a77f4e

Browse files
committed
chore: lint
1 parent 4702c16 commit 2a77f4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controllers/ApiController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ public function prepPaginatedOutput(
189189
?callable $keyFunc = null,
190190
?callable $dataFunc = null,
191191
?int $pageLength = null
192-
): array
193-
{
192+
): array {
194193
$list = PaginatedList::create($list, $this->request);
195194

196195
if ($pageLength) {

0 commit comments

Comments
 (0)