@@ -579,7 +579,7 @@ discard block |
||
579 | 579 | * |
580 | 580 | * @param string $name cell-name |
581 | 581 | * @param string $attr attribute-name |
582 | - * @param mixed $val if not NULL sets attribute else returns it |
|
582 | + * @param boolean|string $val if not NULL sets attribute else returns it |
|
583 | 583 | * @return reference to attribute |
584 | 584 | * @deprecated use setElementAttribute($name, $attr, $val) |
585 | 585 | */ |
@@ -638,7 +638,6 @@ discard block |
||
638 | 638 | /** |
639 | 639 | * Deep copy array to make sure there are no references |
640 | 640 | * |
641 | - * @param Array $array |
|
642 | 641 | * @return Array |
643 | 642 | */ |
644 | 643 | public static function deep_copy($source) |