Add newlines.

This commit is contained in:
James Cole
2015-03-29 08:14:32 +02:00
parent ba97f96288
commit afb47eb742
42 changed files with 42 additions and 42 deletions

View File

@@ -142,4 +142,4 @@ class ReminderHelper implements ReminderHelperInterface
return 'Add ' . Amount::format($reminder->metadata->perReminder) . ' to fill this piggy bank on ' . $piggyBank->targetdate->format('jS F Y');
}
}
}

View File

@@ -48,4 +48,4 @@ interface ReminderHelperInterface {
* @return Reminder
*/
public function createReminder(PiggyBank $piggyBank, Carbon $start, Carbon $end);
}
}

View File

@@ -168,4 +168,4 @@ class ReportHelper implements ReportHelperInterface
return $report;
}
}
}

View File

@@ -55,4 +55,4 @@ interface ReportHelperInterface
* @return array
*/
public function yearBalanceReport(Carbon $date, $showSharedReports = false);
}
}

View File

@@ -604,4 +604,4 @@ class ReportQuery implements ReportQueryInterface
);
}
}
}

View File

@@ -163,4 +163,4 @@ interface ReportQueryInterface
* @return Collection
*/
public function sharedExpensesByCategory(Carbon $start, Carbon $end);
}
}