mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Remove TODO's.
This commit is contained in:
@@ -33,8 +33,8 @@ use Throwable;
|
||||
*
|
||||
* All form methods that are account related.
|
||||
*
|
||||
* TODO describe all methods.
|
||||
* TODO optimize repositories and methods.
|
||||
* See reference nr. 29
|
||||
* See reference nr. 30
|
||||
*/
|
||||
class AccountForm
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ use Throwable;
|
||||
*
|
||||
* All currency related form methods.
|
||||
*
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 22
|
||||
*/
|
||||
class CurrencyForm
|
||||
{
|
||||
@@ -107,7 +107,7 @@ class CurrencyForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO describe and cleanup.
|
||||
* See reference nr. 23
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
@@ -121,7 +121,7 @@ class CurrencyForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO cleanup and describe better.
|
||||
* See reference nr. 24
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $view
|
||||
@@ -176,7 +176,7 @@ class CurrencyForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 25
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
@@ -201,7 +201,7 @@ class CurrencyForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 26
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
|
||||
@@ -28,14 +28,14 @@ use FireflyIII\Repositories\PiggyBank\PiggyBankRepositoryInterface;
|
||||
/**
|
||||
* Class PiggyBankForm
|
||||
*
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 27
|
||||
*/
|
||||
class PiggyBankForm
|
||||
{
|
||||
use FormSupport;
|
||||
|
||||
/**
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 28
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
|
||||
@@ -29,7 +29,7 @@ use Illuminate\Support\HtmlString;
|
||||
|
||||
/**
|
||||
* Class RuleForm
|
||||
* TODO cleanup and describe.
|
||||
* See reference nr. 31
|
||||
*/
|
||||
class RuleForm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user