mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add newlines.
This commit is contained in:
@@ -452,4 +452,4 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
|
||||
return $journal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -85,4 +85,4 @@ interface AccountRepositoryInterface
|
||||
* @return Collection
|
||||
*/
|
||||
public function getSavingsAccounts();
|
||||
}
|
||||
}
|
||||
|
@@ -56,4 +56,4 @@ interface BillRepositoryInterface {
|
||||
*/
|
||||
public function scan(Bill $bill, TransactionJournal $journal);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -142,4 +142,4 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -63,4 +63,4 @@ interface BudgetRepositoryInterface
|
||||
*/
|
||||
public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@ class CategoryRepository implements CategoryRepositoryInterface
|
||||
return $category;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -33,4 +33,4 @@ interface CategoryRepositoryInterface
|
||||
*/
|
||||
public function update(Category $category, array $data);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -286,4 +286,4 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
return $journal;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -44,4 +44,4 @@ interface JournalRepositoryInterface
|
||||
* @return mixed
|
||||
*/
|
||||
public function update(TransactionJournal $journal, array $data);
|
||||
}
|
||||
}
|
||||
|
@@ -162,4 +162,4 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
|
||||
|
||||
return $piggyBank;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -68,4 +68,4 @@ interface PiggyBankRepositoryInterface
|
||||
* @return PiggyBank
|
||||
*/
|
||||
public function update(PiggyBank $piggyBank, array $data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user