mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up code.
This commit is contained in:
@@ -47,7 +47,7 @@ class TransactionFactory
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
@@ -156,7 +156,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param Account $account
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setAccount(Account $account): void
|
||||
{
|
||||
@@ -166,7 +166,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param TransactionCurrency $currency
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setCurrency(TransactionCurrency $currency): void
|
||||
{
|
||||
@@ -176,7 +176,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param TransactionCurrency|null $foreignCurrency |null
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setForeignCurrency(?TransactionCurrency $foreignCurrency): void
|
||||
{
|
||||
@@ -186,7 +186,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setJournal(TransactionJournal $journal): void
|
||||
{
|
||||
@@ -196,7 +196,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param bool $reconciled
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setReconciled(bool $reconciled): void
|
||||
{
|
||||
@@ -206,7 +206,7 @@ class TransactionFactory
|
||||
/**
|
||||
* @param User $user
|
||||
*
|
||||
|
||||
|
||||
*/
|
||||
public function setUser(User $user): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user