Completed
Branch master (44f723)
by Michael
11:35 queued 08:26
created
blocks/menu_block.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 /**
220 220
  * @param     $haystack
221
- * @param     $needle
221
+ * @param     string $needle
222 222
  * @param int $offset
223 223
  *
224 224
  * @return bool|int
Please login to merge, or discard this patch.
coi.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -227,9 +227,9 @@  discard block
 block discarded – undo
227 227
 }
228 228
 
229 229
 /**
230
- * @param $ind
231
- * @param $gen
232
- * @param $class
230
+ * @param integer $ind
231
+ * @param integer $gen
232
+ * @param string $class
233 233
  *
234 234
  * @return int
235 235
  */
@@ -578,7 +578,7 @@  discard block
 block discarded – undo
578 578
  * @param $p
579 579
  * @param $m
580 580
  * @param $a
581
- * @param $pdist
581
+ * @param integer $pdist
582 582
  *
583 583
  * @return int
584 584
  */
Please login to merge, or discard this patch.
include/class_eq_pie.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * @param $number
20 20
      *
21
-     * @return mixed
21
+     * @return string
22 22
      */
23 23
     function GetColor($number)
24 24
     {
Please login to merge, or discard this patch.
include/class_field.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
 class Systemmessage
7 7
 {
8 8
     /**
9
-     * @param $message
9
+     * @param string $message
10 10
      */
11 11
     function Systemmessage($message)
12 12
     {
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @param $setting
238
+     * @param string $setting
239 239
      *
240 240
      * @return mixed
241 241
      */
Please login to merge, or discard this patch.
menu_block.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 /**
220 220
  * @param     $haystack
221
- * @param     $needle
221
+ * @param     string $needle
222 222
  * @param int $offset
223 223
  *
224 224
  * @return bool|int
Please login to merge, or discard this patch.
mpedigree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,7 @@
 block discarded – undo
328 328
 }
329 329
 
330 330
 /**
331
- * @param $sex
331
+ * @param string $sex
332 332
  * @param $item
333 333
  *
334 334
  * @return string
Please login to merge, or discard this patch.
class/pedigree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public $debugArray = array();
34 34
 
35 35
     /**
36
-     * @param $debug
36
+     * @param boolean $debug
37 37
      */
38 38
     protected function __construct($debug)
39 39
     {
Please login to merge, or discard this patch.
class/pedigreeUtilities.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param $columncount
45
+     * @param integer $columncount
46 46
      *
47 47
      * @return string
48 48
      */
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $num
65
+     * @param integer $num
66 66
      *
67 67
      * @return string
68 68
      */
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     /**
94 94
      * @param $filename
95 95
      *
96
-     * @return bool
96
+     * @return boolean|null
97 97
      */
98 98
     public static function createThumbs($filename)
99 99
     {/*
Please login to merge, or discard this patch.
include/color.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
      * @param resource     $img   Image handle
467 467
      * @param string|array $color Name or hex string or an RGB array.
468 468
      *
469
-     * @return resource Image color handle.
469
+     * @return boolean Image color handle.
470 470
      * @access  public
471 471
      * @static
472 472
      * @uses    imagefilledarc() to allocate the color.
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
      *
488 488
      * @param string $color
489 489
      *
490
-     * @return array RGB color
490
+     * @return resource RGB color
491 491
      * @access  public
492 492
      * @static
493 493
      * @author  Laurent Laville <[email protected]>
@@ -513,7 +513,7 @@  discard block
 block discarded – undo
513 513
      *
514 514
      * @param string $color Case insensitive color name.
515 515
      *
516
-     * @return array RGB color array. If the color was unknown, the result
516
+     * @return integer[] RGB color array. If the color was unknown, the result
517 517
      *               will be black.
518 518
      * @access  public
519 519
      * @static
Please login to merge, or discard this patch.