@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @param $id |
|
83 | + * @param integer $id |
|
84 | 84 | */ |
85 | 85 | public function load($id) |
86 | 86 | { |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | * |
150 | 150 | * @param bool $isNew flag the new objects as "new"? |
151 | 151 | * |
152 | - * @return object assessment_documentos |
|
152 | + * @return assessment_documentos assessment_documentos |
|
153 | 153 | */ |
154 | 154 | public function &create($isNew = true) |
155 | 155 | { |
@@ -399,7 +399,7 @@ discard block |
||
399 | 399 | * @return bool FALSE if deletion failed |
400 | 400 | */ |
401 | 401 | /** |
402 | - * @param $action |
|
402 | + * @param string $action |
|
403 | 403 | * @param $cod_prova |
404 | 404 | * |
405 | 405 | * @return bool |
@@ -467,7 +467,7 @@ discard block |
||
467 | 467 | } |
468 | 468 | |
469 | 469 | /** |
470 | - * @param $action |
|
470 | + * @param string $action |
|
471 | 471 | * @param $cod_documento |
472 | 472 | * |
473 | 473 | * @return bool |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | |
55 | 55 | /** |
56 | 56 | * @param bool $encode |
57 | - * @return mixed |
|
57 | + * @return string |
|
58 | 58 | */ |
59 | 59 | public function getName($encode = true) |
60 | 60 | { |
@@ -623,7 +623,7 @@ discard block |
||
623 | 623 | } |
624 | 624 | |
625 | 625 | /** |
626 | - * @param $visual |
|
626 | + * @param integer $visual |
|
627 | 627 | * |
628 | 628 | * @return string |
629 | 629 | */ |