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

@@ -452,4 +452,4 @@ class AccountRepository implements AccountRepositoryInterface
return $journal;
}
}
}

View File

@@ -85,4 +85,4 @@ interface AccountRepositoryInterface
* @return Collection
*/
public function getSavingsAccounts();
}
}

View File

@@ -56,4 +56,4 @@ interface BillRepositoryInterface {
*/
public function scan(Bill $bill, TransactionJournal $journal);
}
}

View File

@@ -142,4 +142,4 @@ class BudgetRepository implements BudgetRepositoryInterface
}
}
}

View File

@@ -63,4 +63,4 @@ interface BudgetRepositoryInterface
*/
public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50);
}
}

View File

@@ -58,4 +58,4 @@ class CategoryRepository implements CategoryRepositoryInterface
return $category;
}
}
}

View File

@@ -33,4 +33,4 @@ interface CategoryRepositoryInterface
*/
public function update(Category $category, array $data);
}
}

View File

@@ -286,4 +286,4 @@ class JournalRepository implements JournalRepositoryInterface
return $journal;
}
}
}

View File

@@ -44,4 +44,4 @@ interface JournalRepositoryInterface
* @return mixed
*/
public function update(TransactionJournal $journal, array $data);
}
}

View File

@@ -162,4 +162,4 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
return $piggyBank;
}
}
}

View File

@@ -68,4 +68,4 @@ interface PiggyBankRepositoryInterface
* @return PiggyBank
*/
public function update(PiggyBank $piggyBank, array $data);
}
}