mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -31,12 +31,7 @@ use FireflyIII\Exceptions\FireflyException;
|
||||
*/
|
||||
class ChartData
|
||||
{
|
||||
private array $series;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->series = [];
|
||||
}
|
||||
private array $series = [];
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
|
||||
Reference in New Issue
Block a user