@@ -390,7 +390,7 @@ discard block |
||
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 |
||
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 | { |