Passed
Pull Request — master (#202)
by
unknown
04:39 queued 01:35
created
src/Entity/ItemizedPaymentInformation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
     }
20 20
 
21 21
     /**
22
-     * @return transportationShipmentCharge
22
+     * @return ShipmentCharge
23 23
      */
24 24
     public function getTransportationShipmentCharge()
25 25
     {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return dutiesAndTaxesShipmentCharge
46
+     * @return ShipmentCharge
47 47
      */
48 48
     public function getDutiesAndTaxesShipmentCharge()
49 49
     {
Please login to merge, or discard this patch.
src/Entity/ShipmentCharge.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * @param BillShipper $billShipper
86 86
      * @return ShipmentCharge
87 87
      */
88
-    public function setBillShipper(BillShipper $billShipper= null)
88
+    public function setBillShipper(BillShipper $billShipper = null)
89 89
     {
90 90
         $this->billShipper = $billShipper;
91 91
 
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      * @param BillReceiver $billReceiver
105 105
      * @return ShipmentCharge
106 106
      */
107
-    public function setBillReceiver(BillReceiver $billReceiver= null)
107
+    public function setBillReceiver(BillReceiver $billReceiver = null)
108 108
     {
109 109
         $this->billReceiver = $billReceiver;
110 110
 
Please login to merge, or discard this patch.