Skip to content

Commit 4702c16

Browse files
authored
fix: syntax
1 parent 93417b1 commit 4702c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/ApiController.php

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

0 commit comments

Comments
 (0)