Completed
Pull Request — master (#13)
by Lars
17:25
created
src/voku/helper/SimpleHtmlDomNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
   }
34 34
 
35 35
   /**
36
-   * @return mixed
36
+   * @return string
37 37
    */
38 38
   public function __toString()
39 39
   {
Please login to merge, or discard this patch.
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.