mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-31 09:46:20 +00:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user