@@ -33,10 +33,10 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | private function __construct(FlightId $flightId, DamageAmount $amount, $billed, AuthorId $authorId) |
| 35 | 35 | { |
| 36 | - $this->flight = $flightId; |
|
| 37 | - $this->amount = $amount; |
|
| 38 | - $this->billed = $billed; |
|
| 39 | - $this->author = $authorId; |
|
| 36 | + $this->flight = $flightId; |
|
| 37 | + $this->amount = $amount; |
|
| 38 | + $this->billed = $billed; |
|
| 39 | + $this->author = $authorId; |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |