@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | |
150 | 150 | /** |
151 | 151 | * @param integer|null $id The news id. |
152 | - * @return mixed |
|
152 | + * @return NewsInterface |
|
153 | 153 | */ |
154 | 154 | public function entry($id = null) |
155 | 155 | { |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | } |
317 | 317 | |
318 | 318 | /** |
319 | - * @return mixed The previous news |
|
319 | + * @return NewsInterface The previous news |
|
320 | 320 | */ |
321 | 321 | public function prev() |
322 | 322 | { |
@@ -328,7 +328,7 @@ discard block |
||
328 | 328 | } |
329 | 329 | |
330 | 330 | /** |
331 | - * @return mixed The next news |
|
331 | + * @return NewsInterface The next news |
|
332 | 332 | */ |
333 | 333 | public function next() |
334 | 334 | { |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | |
401 | 401 | /** |
402 | 402 | * Amount of news (total) |
403 | - * @return integer How many news? |
|
403 | + * @return boolean How many news? |
|
404 | 404 | */ |
405 | 405 | public function numNews() |
406 | 406 | { |
@@ -442,7 +442,7 @@ discard block |
||
442 | 442 | } |
443 | 443 | |
444 | 444 | /** |
445 | - * @return mixed |
|
445 | + * @return string |
|
446 | 446 | */ |
447 | 447 | public function objType() |
448 | 448 | { |
@@ -450,7 +450,7 @@ discard block |
||
450 | 450 | } |
451 | 451 | |
452 | 452 | /** |
453 | - * @return mixed |
|
453 | + * @return string |
|
454 | 454 | */ |
455 | 455 | public function featIdent() |
456 | 456 | { |