mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-01 10:02:34 +00:00
Autoformat lol
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): ?Carbon
|
||||
protected function isInArrayDate(array $array, int $entryId): null|Carbon
|
||||
{
|
||||
return $array[$entryId] ?? null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user