🤖 Auto commit for release 'develop' on 2026-01-23

This commit is contained in:
JC5
2026-01-23 15:14:29 +01:00
parent 8f15a32bd6
commit eeeba86d38
888 changed files with 10732 additions and 10387 deletions

View File

@@ -46,7 +46,7 @@ trait BasicDataSupport
/**
* Find the ID in a given array. Return null if not there (amount).
*/
protected function isInArrayDate(array $array, int $entryId): null|Carbon
protected function isInArrayDate(array $array, int $entryId): ?Carbon
{
return $array[$entryId] ?? null;
}