@@ -393,8 +393,8 @@ |
||
393 | 393 | /** |
394 | 394 | * Setter method for Attribute |
395 | 395 | * |
396 | - * @param array $attribute attribute name |
|
397 | - * @param array $value value |
|
396 | + * @param string $attribute attribute name |
|
397 | + * @param null|boolean $value value |
|
398 | 398 | */ |
399 | 399 | public function setAttribute($attribute, $value) |
400 | 400 | { |
@@ -322,7 +322,7 @@ |
||
322 | 322 | * @param mixed $compile_id compile id to be used with this template |
323 | 323 | * @param object $parent next higher level of Smarty variables |
324 | 324 | * @param boolean $display Renders the template content on true. |
325 | - * @return null|string the $template content. |
|
325 | + * @return string the $template content. |
|
326 | 326 | */ |
327 | 327 | public function fetch($template, $cache_id = null, $compile_id = null, $parent = null, $display = false) |
328 | 328 | { |