Passed
Branch master (6e2713)
by Zangra
14:31
created
src/Domain/Expediteur.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -25,22 +25,22 @@
 block discarded – undo
25 25
 
26 26
 class Expediteur extends Model
27 27
 {
28
-	public string $nom;
29
-	public string $adresse1;
30
-	public string $adresse2;
31
-	public int    $codePostal;
32
-	public string $ville;
33
-	public string $codePays;
34
-	public ?string $nomContact = null;
35
-	public ?string $email = null;
36
-	public ?int    $telFixe = null;
37
-	public ?string $indTelMobile = null;
28
+    public string $nom;
29
+    public string $adresse1;
30
+    public string $adresse2;
31
+    public int    $codePostal;
32
+    public string $ville;
33
+    public string $codePays;
34
+    public ?string $nomContact = null;
35
+    public ?string $email = null;
36
+    public ?int    $telFixe = null;
37
+    public ?string $indTelMobile = null;
38 38
     public ?int    $telMobile = null;
39 39
     public ?int    $codePorte = null;
40 40
     public ?int    $codeTiers = null;
41
-	public ?string $noEntrepositaireAgree = null;
42
-	public ?string $periodePreferenceEnlevement = null;
43
-	public ?string $instructionEnlevement = null;
41
+    public ?string $noEntrepositaireAgree = null;
42
+    public ?string $periodePreferenceEnlevement = null;
43
+    public ?string $instructionEnlevement = null;
44 44
 
45 45
     public function getNom(): string
46 46
     {
Please login to merge, or discard this patch.