mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix the references for AccountForm.
This commit is contained in:
@@ -43,6 +43,8 @@ class AccountForm
|
||||
use FormSupport;
|
||||
|
||||
/**
|
||||
* TODO describe.
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @param array $options
|
||||
@@ -85,6 +87,8 @@ class AccountForm
|
||||
|
||||
|
||||
/**
|
||||
* TODO describe.
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @param array $options
|
||||
@@ -128,6 +132,8 @@ class AccountForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO clean up.
|
||||
*
|
||||
* Grouped dropdown list of all accounts that are valid as the destination of a withdrawal.
|
||||
*
|
||||
* @param string $name
|
||||
@@ -190,6 +196,7 @@ class AccountForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO cleanup.
|
||||
* Grouped dropdown list of all accounts that are valid as the destination of a withdrawal.
|
||||
*
|
||||
* @param string $name
|
||||
@@ -249,6 +256,8 @@ class AccountForm
|
||||
|
||||
|
||||
/**
|
||||
* TODO describe and cleanup.
|
||||
*
|
||||
* @param string $name
|
||||
* @param array $options
|
||||
*
|
||||
@@ -291,6 +300,8 @@ class AccountForm
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO describe and cleanup.
|
||||
*
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @param array $options
|
||||
@@ -332,6 +343,7 @@ class AccountForm
|
||||
|
||||
|
||||
/**
|
||||
* TODO decribe and cleanup
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @param array $options
|
||||
|
Reference in New Issue
Block a user