Skip to content

Commit

Permalink
fix(object mapper): Remove trailing comma in function signature, as i…
Browse files Browse the repository at this point in the history
…t can cause issues for some versions of PHP
  • Loading branch information
te-online committed Jul 18, 2024
1 parent 7328fcd commit 900ffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/ObjectMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function getActiveObjectsByDateRangeAndFilters(
array $filter_tasks = [],
string $orderby = "start",
$shared = false,
string $timezone = "UTC",
string $timezone = "UTC"
): array {
$date_timezone = new \DateTimeZone($timezone);

Expand Down

0 comments on commit 900ffe1

Please sign in to comment.