Completed
Push — master ( fe9e10...d0a3e3 )
by Lars
01:38
created
src/voku/helper/SimpleHtmlDomInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
      *
172 172
      * @param string $class
173 173
      *
174
-     * @return SimpleHtmlDomInterface[]|SimpleHtmlDomNodeInterface<SimpleHtmlDomInterface>
174
+     * @return SimpleHtmlDomNodeInterface
175 175
      */
176 176
     public function getElementByClass(string $class);
177 177
 
Please login to merge, or discard this patch.
src/voku/helper/SimpleXmlDomInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
      *
171 171
      * @param string $class
172 172
      *
173
-     * @return SimpleXmlDomInterface[]|SimpleXmlDomNodeInterface<SimpleXmlDomInterface>
173
+     * @return SimpleXmlDomNodeInterface
174 174
      */
175 175
     public function getElementByClass(string $class);
176 176
 
Please login to merge, or discard this patch.