@@ -39,11 +39,11 @@ |
||
39 | 39 | */ |
40 | 40 | private function __construct(DamageAmount $amount, $billed, AuthorId $authorId, FlightId $flightId = null, DamageId $id = null) |
41 | 41 | { |
42 | - $this->flight = $flightId; |
|
43 | - $this->amount = $amount; |
|
44 | - $this->billed = $billed; |
|
45 | - $this->author = $authorId; |
|
46 | - $this->id = $id; |
|
42 | + $this->flight = $flightId; |
|
43 | + $this->amount = $amount; |
|
44 | + $this->billed = $billed; |
|
45 | + $this->author = $authorId; |
|
46 | + $this->id = $id; |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |