mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Code clean up.
This commit is contained in:
@@ -60,7 +60,6 @@ class TransactionMatcher
|
||||
public function __construct(JournalTaskerInterface $tasker)
|
||||
{
|
||||
$this->tasker = $tasker;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -151,7 +150,6 @@ class TransactionMatcher
|
||||
$this->range = $range;
|
||||
|
||||
return $this;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -236,11 +234,8 @@ class TransactionMatcher
|
||||
Log::debug(sprintf('reachedEndOfList: %s', var_export($reachedEndOfList, true)));
|
||||
Log::debug(sprintf('foundEnough: %s', var_export($foundEnough, true)));
|
||||
Log::debug(sprintf('searchedEnough: %s', var_export($searchedEnough, true)));
|
||||
|
||||
} while (!$reachedEndOfList && !$foundEnough && !$searchedEnough);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user