Completed
Push — master ( ca555a...85fc7f )
by Michael
03:02 queued 01:01
created
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.
class/assessment_documentos.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
467 467
     }
468 468
 
469 469
     /**
470
-     * @param $action
470
+     * @param string $action
471 471
      * @param $cod_documento
472 472
      *
473 473
      * @return bool
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
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
623 623
     }
624 624
 
625 625
     /**
626
-     * @param $visual
626
+     * @param integer $visual
627 627
      *
628 628
      * @return string
629 629
      */
Please login to merge, or discard this patch.