Passed
Pull Request — master (#343)
by Coen
01:16
created
src/Entity/ShipmentCharge.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@  discard block
 block discarded – undo
34 34
     private $billThirdParty;
35 35
 
36 36
     /**
37
-    * @var BillThirdParty
38
-    */
39
-   private $billThirdPartyConsignee;
37
+     * @var BillThirdParty
38
+     */
39
+    private $billThirdPartyConsignee;
40 40
 
41 41
     /**
42 42
      * @var bool
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
         return $this;
111 111
     }
112 112
 
113
-	/**
113
+    /**
114 114
      * @return BillThirdParty
115 115
      */
116 116
     public function getBillThirdPartyConsignee()
Please login to merge, or discard this patch.