Completed
Push — feature/fixing_cost ( ef981e )
by Laurent
01:53
created
class/Damage/FlightDamage.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.