mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 03:21:20 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -450,7 +450,7 @@ class SingleController extends Controller
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
private function isSplitJournal(TransactionJournal $journal): bool
|
||||
protected function isSplitJournal(TransactionJournal $journal): bool // validate objects
|
||||
{
|
||||
$count = $this->repository->countTransactions($journal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user