mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Complexity cleanup [skip ci]
This commit is contained in:
@@ -11,6 +11,16 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
class Helper implements HelperInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param $what
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getTransactionTypeIdByWhat($what) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Get the account_id, which is the asset account that paid for the transaction.
|
||||
|
||||
@@ -22,6 +22,13 @@ interface HelperInterface
|
||||
*/
|
||||
public function getAssetAccount($what, Collection $transactions);
|
||||
|
||||
/**
|
||||
* @param $what
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getTransactionTypeIdByWhat($what);
|
||||
|
||||
/**
|
||||
* @return Collection
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user