Completed
Push — master ( 85b767...9f6cfb )
by Julien
02:49
created
lib/DataType/AnyType.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
lib/Elements/TypeId.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.