@@ -35,7 +35,7 @@ |
||
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 | { |
@@ -46,7 +46,7 @@ |
||
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 | { |
@@ -38,7 +38,7 @@ |
||
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 | } |
@@ -40,7 +40,7 @@ discard block |
||
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 |
||
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 | { |