Completed
Branch master (d598f1)
by Michael
02:16
created
admin/mygrouppermform.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -100,9 +100,9 @@  discard block
 block discarded – undo
100 100
      * Add appendix
101 101
      *
102 102
      * @access public
103
-     * @param $permName
103
+     * @param string $permName
104 104
      * @param $itemId
105
-     * @param $itemName
105
+     * @param string $itemName
106 106
      */
107 107
     public function addAppendix($permName, $itemId, $itemName)
108 108
     {
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
     /**
253 253
      * Constructor
254 254
      * @param      $caption
255
-     * @param      $name
255
+     * @param      string $name
256 256
      * @param      $groupId
257 257
      * @param null $values
258 258
      */
Please login to merge, or discard this patch.
assets/js/jscalendar/calendar.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /// PRIVATE SECTION
118 118
 
119 119
     /**
120
-     * @param $id
120
+     * @param integer $id
121 121
      * @return string
122 122
      */
123 123
     public function _field_id($id)
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @param $id
129
+     * @param integer $id
130 130
      * @return string
131 131
      */
132 132
     public function _trigger_id($id)
Please login to merge, or discard this patch.
class/cssParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * @param $selector
39 39
      * @param $style
40
-     * @return bool|string
40
+     * @return string|false
41 41
      */
42 42
     public function parseColor($selector, $style)
43 43
     {
Please login to merge, or discard this patch.
class/iCal_parser.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -583,7 +583,7 @@  discard block
 block discarded – undo
583 583
     // and returns the date of that day. (ie: "sun" or "sunday" would be acceptable values of $day but not "su")
584 584
     /**
585 585
      * @param $Ymd
586
-     * @param $day
586
+     * @param string $day
587 587
      * @return bool|string
588 588
      */
589 589
     public function dateOfWeek($Ymd, $day)
@@ -647,7 +647,7 @@  discard block
 block discarded – undo
647 647
     /**
648 648
      * @param $now
649 649
      * @param $then
650
-     * @return int
650
+     * @return double
651 651
      */
652 652
     public function monthCompare($now, $then)
653 653
     {
@@ -722,8 +722,8 @@  discard block
 block discarded – undo
722 722
     // $time is the unixtime relative to $have
723 723
     /**
724 724
      * @param $have
725
-     * @param $want
726
-     * @param $time
725
+     * @param string $want
726
+     * @param integer $time
727 727
      * @return int
728 728
      */
729 729
     public function calcTime($have, $want, $time)
@@ -740,7 +740,7 @@  discard block
 block discarded – undo
740 740
     }
741 741
 
742 742
     /**
743
-     * @param $time
743
+     * @param integer $time
744 744
      * @return string
745 745
      */
746 746
     public function chooseOffset($time)
@@ -1356,7 +1356,7 @@  discard block
 block discarded – undo
1356 1356
 
1357 1357
     /**
1358 1358
      * @param $str
1359
-     * @param $option
1359
+     * @param string $option
1360 1360
      * @return string
1361 1361
      */
1362 1362
     public function mb_convert_kana($str, $option)
Please login to merge, or discard this patch.
class/thumb.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @param $filename
38
-     * @param $maxWidth
39
-     * @param $maxHeight
38
+     * @param integer $maxWidth
39
+     * @param integer $maxHeight
40 40
      */
41 41
     public static function save($filename, $maxWidth, $maxHeight)
42 42
     {
Please login to merge, or discard this patch.
include/oninstall.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 }
149 149
 
150 150
 /**
151
- * @param $tablename
151
+ * @param string $tablename
152 152
  * @return string
153 153
  */
154 154
 function transferTable($tablename)
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 
220 220
 /**
221 221
  * @param $str
222
- * @return mixed
222
+ * @return string
223 223
  */
224 224
 function makeShort($str)
225 225
 {
Please login to merge, or discard this patch.
include/onupdate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
 
248 248
 /**
249 249
  * @param $str
250
- * @return mixed
250
+ * @return string
251 251
  */
252 252
 function makeShort($str)
253 253
 {
Please login to merge, or discard this patch.
include/read_configs.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
 if (!function_exists('mb_strcut')) {
236 236
     /**
237 237
      * @param $str
238
-     * @param $start
238
+     * @param integer $start
239 239
      * @param $len
240 240
      * @return string
241 241
      */
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
 if (!function_exists('mb_convert_encoding')) {
255 255
     /**
256 256
      * @param         $str
257
-     * @param         $from
257
+     * @param         string $from
258 258
      * @param  string $to
259 259
      * @return mixed
260 260
      */
Please login to merge, or discard this patch.
include/ro_contacthandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 /**
4
- * @param $strcontact
4
+ * @param string $strcontact
5 5
  * @return string
6 6
  */
7 7
 function convertmycontacts($strcontact)
Please login to merge, or discard this patch.