mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -82,7 +82,7 @@ class ExportDataGenerator
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->accounts = new Collection;
|
||||
$this->accounts = new Collection();
|
||||
$this->start = today(config('app.timezone'));
|
||||
$this->start->subYear();
|
||||
$this->end = today(config('app.timezone'));
|
||||
@@ -310,7 +310,6 @@ class ExportDataGenerator
|
||||
}
|
||||
|
||||
return $string;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -737,7 +736,6 @@ class ExportDataGenerator
|
||||
$metaData['recurrence_total'],
|
||||
$metaData['recurrence_count'],
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
//load the CSV document from a string
|
||||
@@ -883,5 +881,4 @@ class ExportDataGenerator
|
||||
{
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user