Completed
Push — master ( a5d47a...489c7c )
by Colin
25:01 queued 01:34
created
src/Element.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @return ElementInterface|null
88
+     * @return Element|null
89 89
      */
90 90
     public function getParent()
91 91
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return ElementInterface|null
96
+     * @return Element|null
97 97
      */
98 98
     public function getNextSibling()
99 99
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return ElementInterface|null
104
+     * @return Element|null
105 105
      */
106 106
     public function getPreviousSibling()
107 107
     {
Please login to merge, or discard this patch.