@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
| 250 | - * @param field_type $geoloc |
|
| 250 | + * @param string $geoloc |
|
| 251 | 251 | */ |
| 252 | 252 | public function setGeoloc($geoloc) |
| 253 | 253 | { |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | /** |
| 328 | - * @return boolean active |
|
| 328 | + * @return integer active |
|
| 329 | 329 | */ |
| 330 | 330 | public function getActive() |
| 331 | 331 | { |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | * __invoke |
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | - * @param array $options array of options |
|
| 25 | 24 | * @return string |
| 26 | 25 | */ |
| 27 | 26 | public function __invoke($displayHome = null, $classType = '', $order = '', $dir = 'DESC', $nbItems = 5) |