Completed
Push — master ( 29394a...41d4ac )
by Lars
14:51
created
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.