|
@@ -96,9 +96,9 @@ |
|
|
block discarded – undo |
|
96
|
96
|
* @method sxmlAddChildrenRecursive |
|
97
|
97
|
* @author PA |
|
98
|
98
|
* @date 2017-01-12 |
|
99
|
|
- * @param SimpleXMLElement $root Root XML Node |
|
|
99
|
+ * @param \SimpleXMLElement $root Root XML Node |
|
100
|
100
|
* @param array $arguments Array of Arguments to be added to XML Node |
|
101
|
|
- * @return SimpleXMLElement Resulting XML Tree |
|
|
101
|
+ * @return \SimpleXMLElement Resulting XML Tree |
|
102
|
102
|
*/ |
|
103
|
103
|
private function sxmlAddChildrenRecursive(\SimpleXMLElement $root, array $arguments) : \SimpleXMLElement |
|
104
|
104
|
{ |
Please login to merge, or discard this patch.