Completed
Push — master ( 2a517c...a42c86 )
by Lars
04:47
created
src/voku/helper/SimpleHtmlDom.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -565,7 +565,7 @@
 block discarded – undo
565 565
         $string = str_replace(array('<head>', '</head>'), '', $string);
566 566
       }
567 567
     } else {
568
-      $string = (string)$input;
568
+      $string = (string) $input;
569 569
     }
570 570
 
571 571
     return
Please login to merge, or discard this patch.