Completed
Branch master (497001)
by Michael
03:35
created
class/assessment_documentos.php 1 patch
Doc Comments   +4 added lines, -6 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @param $id
82
+     * @param integer $id
83 83
      */
84 84
     public function load($id)
85 85
     {
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
      *
148 148
      * @param bool $isNew flag the new objects as "new"?
149 149
      *
150
-     * @return object assessment_documentos
150
+     * @return assessment_documentos assessment_documentos
151 151
      */
152 152
     public function &create($isNew = true)
153 153
     {
@@ -311,8 +311,6 @@  discard block
 block discarded – undo
311 311
      * @param        $cod_prova
312 312
      * @param        $cod_pergunta
313 313
      *
314
-     * @param object $criteria  {@link CriteriaElement} conditions to be met conditions to be met
315
-     * @param bool   $id_as_key use the UID as key for the array?
316 314
      *
317 315
      * @return array array of {@link assessment_documentos} objects
318 316
      */
@@ -395,7 +393,7 @@  discard block
 block discarded – undo
395 393
     * @return bool FALSE if deletion failed
396 394
     */
397 395
     /**
398
-     * @param $action
396
+     * @param string $action
399 397
      * @param $cod_prova
400 398
      *
401 399
      * @return bool
@@ -463,7 +461,7 @@  discard block
 block discarded – undo
463 461
     }
464 462
 
465 463
     /**
466
-     * @param $action
464
+     * @param string $action
467 465
      * @param $cod_documento
468 466
      *
469 467
      * @return bool
Please login to merge, or discard this patch.
class/assessment_perguntas.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @param $id
72
+     * @param integer $id
73 73
      */
74 74
     public function load($id)
75 75
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      *
138 138
      * @param bool $isNew flag the new objects as "new"?
139 139
      *
140
-     * @return object assessment_perguntas
140
+     * @return assessment_perguntas assessment_perguntas
141 141
      */
142 142
     public function &create($isNew = true)
143 143
     {
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
     }
416 416
 
417 417
     /**
418
-     * @param       $action
418
+     * @param       string $action
419 419
      * @param       $pergunta
420 420
      * @param array $respostas
421 421
      *
Please login to merge, or discard this patch.
class/assessment_provas.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param $id
71
+     * @param integer $id
72 72
      */
73 73
     public function load($id)
74 74
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
      *
194 194
      * @param bool $isNew flag the new objects as "new"?
195 195
      *
196
-     * @return object assessment_provas
196
+     * @return assessment_provas assessment_provas
197 197
      */
198 198
     public function &create($isNew = true)
199 199
     {
Please login to merge, or discard this patch.
class/assessment_respostas.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $id
66
+     * @param integer $id
67 67
      */
68 68
     public function load($id)
69 69
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      *
132 132
      * @param bool $isNew flag the new objects as "new"?
133 133
      *
134
-     * @return object assessment_respostas
134
+     * @return assessment_respostas assessment_respostas
135 135
      */
136 136
     public function &create($isNew = true)
137 137
     {
Please login to merge, or discard this patch.
class/assessment_resultados.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $id
70
+     * @param integer $id
71 71
      */
72 72
     public function load($id)
73 73
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
      *
256 256
      * @param bool $isNew flag the new objects as "new"?
257 257
      *
258
-     * @return object assessment_resultados
258
+     * @return assessment_resultados assessment_resultados
259 259
      */
260 260
     public function &create($isNew = true)
261 261
     {
@@ -469,8 +469,8 @@  discard block
 block discarded – undo
469 469
     /**
470 470
      * @param $resultado
471 471
      * @param $prova
472
-     * @param $qtd_perguntas
473
-     * @param $action
472
+     * @param integer $qtd_perguntas
473
+     * @param string $action
474 474
      *
475 475
      * @return bool
476 476
      */
Please login to merge, or discard this patch.
extras/mastop_publish/formmpublishtextarea.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return mixed
55
+     * @return string
56 56
      */
57 57
     public function getName()
58 58
     {
@@ -540,7 +540,7 @@  discard block
 block discarded – undo
540 540
     }
541 541
 
542 542
     /**
543
-     * @param $visual
543
+     * @param integer $visual
544 544
      *
545 545
      * @return string
546 546
      */
Please login to merge, or discard this patch.