Clean up comments

This commit is contained in:
James Cole
2023-02-22 18:03:31 +01:00
parent 68f398f97c
commit e6dc881f56
119 changed files with 317 additions and 234 deletions

View File

@@ -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
{