Restore todo's

This commit is contained in:
James Cole
2022-10-30 11:43:17 +01:00
parent e3181e90df
commit d28326cc89
64 changed files with 102 additions and 104 deletions

View File

@@ -34,8 +34,8 @@ use Throwable;
*
* All form methods that are account related.
*
* See reference nr. 29
* See reference nr. 30
* TODO describe all methods
* TODO optimize repositories and methods.
*/
class AccountForm
{

View File

@@ -105,7 +105,7 @@ class CurrencyForm
}
/**
* See reference nr. 23
* TODO describe and cleanup.
*
* @param string $name
* @param mixed $value
@@ -119,7 +119,7 @@ class CurrencyForm
}
/**
* See reference nr. 24
* TODO describe and cleanup
*
* @param string $name
* @param string $view
@@ -174,7 +174,7 @@ class CurrencyForm
}
/**
* See reference nr. 25
* TODO cleanup and describe
*
* @param string $name
* @param mixed $value
@@ -199,7 +199,7 @@ class CurrencyForm
}
/**
* See reference nr. 26
* TODO cleanup and describe
*
* @param string $name
* @param mixed $value

View File

@@ -29,14 +29,14 @@ use FireflyIII\Repositories\PiggyBank\PiggyBankRepositoryInterface;
/**
* Class PiggyBankForm
*
* See reference nr. 27
* TODO cleanup and describe.
*/
class PiggyBankForm
{
use FormSupport;
/**
* See reference nr. 28
* TODO cleanup and describe
*
* @param string $name
* @param mixed $value

View File

@@ -30,7 +30,7 @@ use Illuminate\Support\HtmlString;
/**
* Class RuleForm
* See reference nr. 31
* TODO cleanup and describe
*/
class RuleForm
{