mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Restore todo's
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@ use Illuminate\Support\HtmlString;
|
||||
|
||||
/**
|
||||
* Class RuleForm
|
||||
* See reference nr. 31
|
||||
* TODO cleanup and describe
|
||||
*/
|
||||
class RuleForm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user