mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Clean up comments
This commit is contained in:
@@ -98,6 +98,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
*
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
private function convertWithdrawalArray(array $journal): bool
|
||||
{
|
||||
@@ -146,6 +147,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
*
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
private function convertTransferArray(array $journal): bool
|
||||
{
|
||||
|
||||
@@ -131,6 +131,7 @@ class ConvertToWithdrawal implements ActionInterface
|
||||
*
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
* @throws \JsonException
|
||||
*/
|
||||
private function convertTransferArray(array $journal): bool
|
||||
{
|
||||
|
||||
@@ -98,7 +98,6 @@ class SearchRuleEngine implements RuleEngineInterface
|
||||
Log::debug(sprintf('Now in findStrictRule(#%d)', $rule->id ?? 0));
|
||||
$searchArray = [];
|
||||
|
||||
/** @var Collection $triggers */
|
||||
$triggers = $rule->ruleTriggers()->orderBy('order', 'ASC')->get();
|
||||
|
||||
/** @var RuleTrigger $ruleTrigger */
|
||||
|
||||
Reference in New Issue
Block a user