Skip to content

Commit 90db816

Browse files
author
Manuel Bertrams
committed
Fix wrong type of
1 parent daa1e8f commit 90db816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repository/EventRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function (Event $entity) use ($locale) {
197197
);
198198
}
199199

200-
public function getActiveEvents(array $filters, string $locale, ?int $page, $pageSize, ?int $limit, array $options): array
200+
public function getActiveEvents(array $filters, string $locale, ?int $page, $pageSize, $limit = null, array $options): array
201201
{
202202
$pageCurrent = (key_exists('page', $options)) ? (int)$options['page'] : 0;
203203

0 commit comments

Comments
 (0)