@@ -37,7 +37,7 @@ |
||
37 | 37 | * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object |
38 | 38 | * @param array $parameter array with compilation parameter |
39 | 39 | * |
40 | - * @return bool true |
|
40 | + * @return string true |
|
41 | 41 | */ |
42 | 42 | public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter) |
43 | 43 | { |
@@ -61,7 +61,7 @@ |
||
61 | 61 | * @param integer $iHeight |
62 | 62 | * @param boolean $bOnlyActive |
63 | 63 | * |
64 | - * @return boolean|void |
|
64 | + * @return false|null |
|
65 | 65 | */ |
66 | 66 | public function ad($iWidth, $iHeight, $bOnlyActive = true) |
67 | 67 | { |