@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | * |
139 | 139 | * @param bool $enable |
140 | 140 | * |
141 | - * @return bool |
|
141 | + * @return currency |
|
142 | 142 | * @access public |
143 | 143 | */ |
144 | 144 | public function set_currency_enable($enable) |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | * |
166 | 166 | * @param bool $on_left |
167 | 167 | * |
168 | - * @return bool |
|
168 | + * @return currency |
|
169 | 169 | * @access public |
170 | 170 | */ |
171 | 171 | public function set_currency_position($on_left) |
@@ -357,9 +357,9 @@ |
||
357 | 357 | /** |
358 | 358 | * Use query limit if requested |
359 | 359 | * |
360 | - * @param $sql |
|
361 | - * @param $limit |
|
362 | - * @param $offset |
|
360 | + * @param string $sql |
|
361 | + * @param integer $limit |
|
362 | + * @param integer $offset |
|
363 | 363 | * |
364 | 364 | * @return mixed |
365 | 365 | * @access private |
@@ -141,9 +141,9 @@ |
||
141 | 141 | /** |
142 | 142 | * Returns the SQL Query for displaying simple transactions details |
143 | 143 | * |
144 | - * @param $keywords |
|
145 | - * @param $sort_by |
|
146 | - * @param $log_time |
|
144 | + * @param string $keywords |
|
145 | + * @param string $sort_by |
|
146 | + * @param integer $log_time |
|
147 | 147 | * |
148 | 148 | * @return array |
149 | 149 | * @access public |