@@ -17,7 +17,7 @@ |
||
17 | 17 | public function __construct(string $value) |
18 | 18 | { |
19 | 19 | $this->guard($value); |
20 | - $this->value = $value; |
|
20 | + $this->value=$value; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | public function equals(StringValueObjectInterface $other): bool |
@@ -18,7 +18,7 @@ |
||
18 | 18 | public function __construct(DateTimeImmutable $value) |
19 | 19 | { |
20 | 20 | $this->guard($value); |
21 | - $this->value = $value; |
|
21 | + $this->value=$value; |
|
22 | 22 | } |
23 | 23 | |
24 | 24 | public function getDateTime(): DateTimeImmutable |
@@ -17,7 +17,7 @@ |
||
17 | 17 | public function __construct(int $value) |
18 | 18 | { |
19 | 19 | $this->guard($value); |
20 | - $this->value = $value; |
|
20 | + $this->value=$value; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | public function equals(IntegerValueObjectInterface $other): bool |
@@ -17,7 +17,7 @@ |
||
17 | 17 | public function __construct(float $value) |
18 | 18 | { |
19 | 19 | $this->guard($value); |
20 | - $this->value = $value; |
|
20 | + $this->value=$value; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | public function equals(FloatValueObjectInterface $other): bool |