mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Cleaning up
This commit is contained in:
@@ -68,6 +68,8 @@ class ReminderHelper implements ReminderHelperInterface
|
||||
*
|
||||
* @param PiggyBank $piggyBank
|
||||
*
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function createReminders(PiggyBank $piggyBank, Carbon $date)
|
||||
|
||||
@@ -56,6 +56,8 @@ interface ReminderHelperInterface
|
||||
*
|
||||
* @param PiggyBank $piggyBank
|
||||
*
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function createReminders(PiggyBank $piggyBank, Carbon $date);
|
||||
|
||||
@@ -32,7 +32,6 @@ class ReportHelper implements ReportHelperInterface
|
||||
/**
|
||||
* @param ReportQueryInterface $query
|
||||
*
|
||||
* @internal param ReportHelperInterface $helper
|
||||
*/
|
||||
public function __construct(ReportQueryInterface $query)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user