Completed
Push — master ( 29394a...41d4ac )
by Lars
14:51
created
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.
src/voku/helper/SimpleHtmlDom.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
   /**
385 385
    * Determine if an attribute exists on the element.
386 386
    *
387
-   * @param $name
387
+   * @param string $name
388 388
    *
389 389
    * @return bool
390 390
    */
@@ -636,7 +636,7 @@  discard block
 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.