mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Code cleanup
This commit is contained in:
@@ -28,9 +28,9 @@ namespace FireflyIII\Services\Bunq\Object;
|
||||
class Amount extends BunqObject
|
||||
{
|
||||
/** @var string */
|
||||
private $currency = '';
|
||||
private $currency;
|
||||
/** @var string */
|
||||
private $value = '';
|
||||
private $value;
|
||||
|
||||
/**
|
||||
* Amount constructor.
|
||||
|
||||
Reference in New Issue
Block a user