@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | * @method buildBasePayload |
| 30 | 30 | * @author PA |
| 31 | 31 | * @date 2017-01-09 |
| 32 | - * @return SimpleXMLElement XML Envelope with necessary credential parameters |
|
| 32 | + * @return \SimpleXMLElement XML Envelope with necessary credential parameters |
|
| 33 | 33 | */ |
| 34 | 34 | public function buildBasePayload() : \SimpleXMLElement |
| 35 | 35 | { |
@@ -107,8 +107,8 @@ discard block |
||
| 107 | 107 | * @method sxmlAppend |
| 108 | 108 | * @author PA |
| 109 | 109 | * @date 2017-01-09 |
| 110 | - * @param SimpleXMLElement $to |
|
| 111 | - * @param SimpleXMLElement $from |
|
| 110 | + * @param \SimpleXMLElement $to |
|
| 111 | + * @param \SimpleXMLElement $from |
|
| 112 | 112 | */ |
| 113 | 113 | private function sxmlAppend(\SimpleXMLElement $to, \SimpleXMLElement $from) { |
| 114 | 114 | $toDom = dom_import_simplexml($to); |