Completed
Push — master ( 8284a5...a49521 )
by Martin
01:41
created
src/User/UserController.php 1 patch
Doc Comments   +3 added lines, -15 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Description.
33 33
      *
34
-     * @param datatype $variable Description
35 34
      *
36 35
      * @throws Exception
37 36
      *
@@ -57,7 +56,6 @@  discard block
 block discarded – undo
57 56
     /**
58 57
      * Description.
59 58
      *
60
-     * @param datatype $variable Description
61 59
      *
62 60
      * @throws Exception
63 61
      *
@@ -85,10 +83,10 @@  discard block
 block discarded – undo
85 83
     /**
86 84
      * Description.
87 85
      *
88
-     * @param datatype $variable Description
89 86
      *
90 87
      * @throws Exception
91 88
      *
89
+     * @param string $message
92 90
      * @return void
93 91
      */
94 92
     public function getCreateUser($message = null)
@@ -115,7 +113,6 @@  discard block
 block discarded – undo
115 113
     /**
116 114
      * Description.
117 115
      *
118
-     * @param datatype $variable Description
119 116
      *
120 117
      * @throws Exception
121 118
      *
@@ -166,7 +163,6 @@  discard block
 block discarded – undo
166 163
     /**
167 164
      * Description.
168 165
      *
169
-     * @param datatype $variable Description
170 166
      *
171 167
      * @throws Exception
172 168
      *
@@ -199,7 +195,6 @@  discard block
 block discarded – undo
199 195
     /**
200 196
      * Description.
201 197
      *
202
-     * @param datatype $variable Description
203 198
      *
204 199
      * @throws Exception
205 200
      *
@@ -263,10 +258,10 @@  discard block
 block discarded – undo
263 258
     /**
264 259
      * Description.
265 260
      *
266
-     * @param datatype $variable Description
267 261
      *
268 262
      * @throws Exception
269 263
      *
264
+     * @param string $message
270 265
      * @return void
271 266
      */
272 267
     public function updateGetUserProfile($message = null)
@@ -298,7 +293,6 @@  discard block
 block discarded – undo
298 293
     /**
299 294
      * Description.
300 295
      *
301
-     * @param datatype $variable Description
302 296
      *
303 297
      * @throws Exception
304 298
      *
@@ -350,7 +344,6 @@  discard block
 block discarded – undo
350 344
     /**
351 345
      * Description.
352 346
      *
353
-     * @param datatype $variable Description
354 347
      *
355 348
      * @throws Exception
356 349
      *
@@ -372,7 +365,6 @@  discard block
 block discarded – undo
372 365
     /**
373 366
      * Description.
374 367
      *
375
-     * @param datatype $variable Description
376 368
      *
377 369
      * @throws Exception
378 370
      *
@@ -402,7 +394,6 @@  discard block
 block discarded – undo
402 394
     /**
403 395
      * Description.
404 396
      *
405
-     * @param datatype $variable Description
406 397
      *
407 398
      * @throws Exception
408 399
      *
@@ -438,7 +429,6 @@  discard block
 block discarded – undo
438 429
     /**
439 430
      * Description.
440 431
      *
441
-     * @param datatype $variable Description
442 432
      *
443 433
      * @throws Exception
444 434
      *
@@ -489,10 +479,10 @@  discard block
 block discarded – undo
489 479
     /**
490 480
      * Description.
491 481
      *
492
-     * @param datatype $variable Description
493 482
      *
494 483
      * @throws Exception
495 484
      *
485
+     * @param string $message
496 486
      * @return void
497 487
      */
498 488
     public function getAdminCreateUser($message = null)
@@ -519,7 +509,6 @@  discard block
 block discarded – undo
519 509
     /**
520 510
      * Description.
521 511
      *
522
-     * @param datatype $variable Description
523 512
      *
524 513
      * @throws Exception
525 514
      *
@@ -566,7 +555,6 @@  discard block
 block discarded – undo
566 555
     /**
567 556
      * Description.
568 557
      *
569
-     * @param datatype $variable Description
570 558
      *
571 559
      * @throws Exception
572 560
      *
Please login to merge, or discard this patch.
src/Comment/CommentController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     /**
41 41
      * Get ONE comment from an article.
42 42
      *
43
-     * @param string $key for the article
44 43
      * @param int    $id for the comment id
45 44
      *
46 45
      * @return void
Please login to merge, or discard this patch.
src/Comment/CommentModel.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Get ALL comments from session
55 55
      *
56
-     * @param string $key for data subset.
57 56
      *
58 57
      * @return object with the dataset
59 58
      */
@@ -72,7 +71,6 @@  discard block
 block discarded – undo
72 71
     /**
73 72
      * Get ONE comment from session
74 73
      *
75
-     * @param string $key for dataset.
76 74
      * @param int    $id for comment.
77 75
      *
78 76
      * @return array with the comment, name, email, id, or null if not exists
Please login to merge, or discard this patch.