mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Run phpcs locally to make sure phpstan stays fixed. [skip ci]
This commit is contained in:
@@ -56,7 +56,7 @@ class AccountTransformer extends AbstractTransformer
|
||||
public function collectMetaData(Collection $objects): Collection
|
||||
{
|
||||
$this->currencies = [];
|
||||
$this->balances = [];
|
||||
$this->balances = [];
|
||||
$this->accountMeta = [];
|
||||
$this->accountTypes = [];
|
||||
$this->fullTypes = [];
|
||||
|
||||
@@ -36,7 +36,6 @@ use FireflyIII\Models\TransactionCurrency;
|
||||
use FireflyIII\Models\TransactionGroup;
|
||||
use FireflyIII\Models\TransactionJournal;
|
||||
use FireflyIII\Models\TransactionJournalMeta;
|
||||
use FireflyIII\Models\TransactionType;
|
||||
use FireflyIII\Support\Http\Api\ExchangeRateConverter;
|
||||
use FireflyIII\Support\NullArrayObject;
|
||||
use Illuminate\Support\Collection;
|
||||
@@ -56,10 +55,10 @@ class TransactionGroupTransformer extends AbstractTransformer
|
||||
|
||||
// private array $currencies = [];
|
||||
// private array $transactionTypes = [];
|
||||
private array $meta = [];
|
||||
private array $notes = [];
|
||||
private array $meta = [];
|
||||
private array $notes = [];
|
||||
// private array $locations = [];
|
||||
private array $tags = [];
|
||||
private array $tags = [];
|
||||
// private array $amounts = [];
|
||||
// private array $foreignAmounts = [];
|
||||
// private array $journalCurrencies = [];
|
||||
|
||||
Reference in New Issue
Block a user