@@ -33,13 +33,13 @@ |
||
33 | 33 | */ |
34 | 34 | abstract class AnyType |
35 | 35 | { |
36 | - /** |
|
37 | - * |
|
38 | - * Add attribute to the given element. |
|
39 | - * |
|
40 | - * The data type are responsible to add the given attribute, content child |
|
41 | - * to the Element. |
|
42 | - * |
|
43 | - */ |
|
36 | + /** |
|
37 | + * |
|
38 | + * Add attribute to the given element. |
|
39 | + * |
|
40 | + * The data type are responsible to add the given attribute, content child |
|
41 | + * to the Element. |
|
42 | + * |
|
43 | + */ |
|
44 | 44 | abstract public function setValueToElement(\DOMElement &$el, \DOMDocument $doc = null); |
45 | 45 | } |
@@ -61,7 +61,7 @@ |
||
61 | 61 | * {@overrideDoc} |
62 | 62 | * |
63 | 63 | * @param \DOMDocument $doc |
64 | - * @return type |
|
64 | + * @return \DOMNode |
|
65 | 65 | */ |
66 | 66 | public function toDOMElement(\DOMDocument $doc) |
67 | 67 | { |