Completed
Push — master ( f2d5a5...29394a )
by Lars
15:27
created
src/voku/helper/SimpleHtmlDom.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -636,7 +636,7 @@
 block discarded – undo
636 636
    *
637 637
    * @param $name
638 638
    *
639
-   * @return mixed
639
+   * @return SimpleHtmlDom
640 640
    */
641 641
   public function removeAttribute($name)
642 642
   {
Please login to merge, or discard this patch.
src/voku/helper/SimpleHtmlDomNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
   }
143 143
 
144 144
   /**
145
-   * @return mixed
145
+   * @return string
146 146
    */
147 147
   public function __toString()
148 148
   {
Please login to merge, or discard this patch.