mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Some code cleanup [skip ci]
This commit is contained in:
@@ -34,7 +34,7 @@ use Crypt;
|
||||
*/
|
||||
final class Entry
|
||||
{
|
||||
//@formatter:off
|
||||
// @formatter:off
|
||||
public $journal_id;
|
||||
public $date;
|
||||
public $description;
|
||||
@@ -55,7 +55,7 @@ final class Entry
|
||||
public $budget_name;
|
||||
public $category_id;
|
||||
public $category_name;
|
||||
//@formatter:on
|
||||
// @formatter:on
|
||||
|
||||
/**
|
||||
* Entry constructor.
|
||||
|
||||
Reference in New Issue
Block a user