Passed
Pull Request — master (#202)
by
unknown
02:45
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/Shipping.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
                 }
367 367
             }  
368 368
             if ($shipment->getItemizedPaymentInformation()->getSplitDutyVATIndicator()) { 
369
-               $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator'));
369
+                $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator'));
370 370
             }
371 371
         }
372 372
 
Please login to merge, or discard this patch.