Some cleanup.

This commit is contained in:
James Cole
2014-08-10 15:01:46 +02:00
parent fbd056104a
commit d0a30f71cd
35 changed files with 752 additions and 407 deletions

View File

@@ -2,8 +2,6 @@
namespace Firefly\Storage\Budget;
use Carbon\Carbon;
/**
* Interface BudgetRepositoryInterface
*
@@ -12,7 +10,7 @@ use Carbon\Carbon;
interface BudgetRepositoryInterface
{
/**
* @param $data
* @param \Budget $budget
*
* @return mixed
*/
@@ -35,14 +33,6 @@ interface BudgetRepositoryInterface
*/
public function getAsSelectList();
/**
* @param Carbon $date
* @param $range
*
* @return mixed
*/
public function getWithRepetitionsInPeriod(Carbon $date, $range);
/**
* @param $data
*
@@ -51,7 +41,8 @@ interface BudgetRepositoryInterface
public function store($data);
/**
* @param $data
* @param \Budget $budget
* @param $data
*
* @return mixed
*/