mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Various cleanup.
This commit is contained in:
@@ -15,6 +15,8 @@ class Reminders
|
||||
{
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("CyclomaticComplexity") // It's exactly 5. So I don't mind.
|
||||
*
|
||||
* @param \Reminder $reminder
|
||||
*
|
||||
* @return int
|
||||
@@ -62,6 +64,9 @@ class Reminders
|
||||
return $reminders;
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("CyclomaticComplexity") // It's exactly 5. So I don't mind.
|
||||
*/
|
||||
public function updateReminders()
|
||||
{
|
||||
/** @var Collection $set */
|
||||
|
||||
Reference in New Issue
Block a user