Completed
Pull Request — master (#151)
by
unknown
03:10
created
src/Entity/BillShipper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * @param null|DOMDocument $document
37 37
      *
38
-     * @return DOMElement
38
+     * @return \DOMElement
39 39
      */
40 40
     public function toNode(DOMDocument $document = null)
41 41
     {
Please login to merge, or discard this patch.
src/Entity/ItemizedPaymentInformation.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * @param null|DOMDocument $document
48 48
      *
49
-     * @return DOMElement
49
+     * @return \DOMElement
50 50
      */
51 51
     public function toNode(DOMDocument $document = null)
52 52
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
             }
39 39
         }
40 40
 
41
-        if(isset($attributes->SplitDutyVATIndicator)) {
41
+        if (isset($attributes->SplitDutyVATIndicator)) {
42 42
             $this->setSplitDutyVATIndicator($attributes->SplitDutyVATIndicator);
43 43
         }
44 44
     }
Please login to merge, or discard this patch.
src/Entity/ShipmentCharge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * @param null|DOMDocument $document
42 42
      *
43
-     * @return DOMElement
43
+     * @return \DOMElement
44 44
      */
45 45
     public function toNode(DOMDocument $document = null)
46 46
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * @param bool $consigneeBilled
113
-     * @return PaymentInformation
113
+     * @return ShipmentCharge
114 114
      */
115 115
     public function setConsigneeBilled($consigneeBilled)
116 116
     {
Please login to merge, or discard this patch.