Completed
Push — master ( 9472bf...36491d )
by Lars
03:13 queued 01:04
created
src/voku/helper/SimpleHtmlDom.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
   /**
391 391
    * Determine if an attribute exists on the element.
392 392
    *
393
-   * @param $name
393
+   * @param string $name
394 394
    *
395 395
    * @return bool
396 396
    */
@@ -696,7 +696,7 @@  discard block
 block discarded – undo
696 696
    *
697 697
    * @param $name <p>The name of the html-attribute.</p>
698 698
    *
699
-   * @return mixed
699
+   * @return SimpleHtmlDom
700 700
    */
701 701
   public function removeAttribute($name)
702 702
   {
Please login to merge, or discard this patch.