Removed duplicate code.

This commit is contained in:
James Cole
2015-06-05 10:02:40 +02:00
parent 3a06a6ac07
commit 4b7e1ae1c6
7 changed files with 70 additions and 58 deletions

View File

@@ -134,7 +134,7 @@ interface BudgetRepositoryInterface
* @param Carbon $end
* @param boolean $shared
*
* @return float
* @return string
*/
public function spentInPeriodCorrected(Budget $budget, Carbon $start, Carbon $end, $shared = true);