Completed
Branch master (7d3795)
by Michael
03:41
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/APCal.php 1 patch
Doc Comments   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
 
352 352
         /**
353 353
          * @param $str
354
-         * @return mixed
354
+         * @return string
355 355
          */
356 356
         public function urlencode($str)
357 357
         {
@@ -361,8 +361,8 @@  discard block
 block discarded – undo
361 361
         }
362 362
 
363 363
         /**
364
-         * @param $str
365
-         * @return mixed
364
+         * @param string $str
365
+         * @return string
366 366
          */
367 367
         public function makeShort($str)
368 368
         {
@@ -492,8 +492,8 @@  discard block
 block discarded – undo
492 492
         // �������μ��फ���طʿ���ʸ�������
493 493
 
494 494
         /**
495
-         * @param $daytype
496
-         * @return array
495
+         * @param integer $daytype
496
+         * @return string[]
497 497
          */
498 498
         public function daytype_to_colors($daytype)
499 499
         {
@@ -730,8 +730,8 @@  discard block
 block discarded – undo
730 730
         // �ߥ˥��������ѥ��٥�ȼ����ؿ�
731 731
 
732 732
         /**
733
-         * @param         $range_start_s
734
-         * @param         $range_end_s
733
+         * @param         integer $range_start_s
734
+         * @param         integer $range_end_s
735 735
          * @param  string $mode
736 736
          * @return mixed
737 737
          */
@@ -2194,7 +2194,7 @@  discard block
 block discarded – undo
2194 2194
         /*******************************************************************/
2195 2195
 
2196 2196
         /**
2197
-         * @param $event_id
2197
+         * @param integer $event_id
2198 2198
          */
2199 2199
         public function savepictures($event_id)
2200 2200
         {
@@ -3644,7 +3644,7 @@  discard block
 block discarded – undo
3644 3644
         //added function by goffy
3645 3645
 
3646 3646
         /**
3647
-         * @param $event_id
3647
+         * @param integer $event_id
3648 3648
          */
3649 3649
         public function delete_regonline($event_id)
3650 3650
         {
@@ -3786,7 +3786,7 @@  discard block
 block discarded – undo
3786 3786
 
3787 3787
         /**
3788 3788
          * @param $tz
3789
-         * @return array
3789
+         * @return string[]
3790 3790
          */
3791 3791
         public function get_timezone_desc($tz)
3792 3792
         {
@@ -3871,8 +3871,8 @@  discard block
 block discarded – undo
3871 3871
         // ǯ����Υƥ����ȥܥå������Ϥ�����ơ�UnixTimestamp���֤�
3872 3872
 
3873 3873
         /**
3874
-         * @param $date_desc
3875
-         * @param $default_unixtime
3874
+         * @param string $date_desc
3875
+         * @param integer $default_unixtime
3876 3876
          * @return array
3877 3877
          */
3878 3878
         public function parse_posted_date($date_desc, $default_unixtime)
@@ -4043,7 +4043,7 @@  discard block
 block discarded – undo
4043 4043
         // unixtimestamp���顢���ߤθ����ɽ�����줿 DHI ������
4044 4044
 
4045 4045
         /**
4046
-         * @param         $time
4046
+         * @param         integer $time
4047 4047
          * @param  bool   $is_over24
4048 4048
          * @return string
4049 4049
          */
@@ -4115,8 +4115,8 @@  discard block
 block discarded – undo
4115 4115
         // unixtimestamp���顢�������(timestamp����)�ʹߤ�ͽ�������ʸ���������
4116 4116
 
4117 4117
         /**
4118
-         * @param         $start
4119
-         * @param         $now
4118
+         * @param         integer $start
4119
+         * @param         integer $now
4120 4120
          * @param  bool   $admission
4121 4121
          * @return string
4122 4122
          */
@@ -4156,8 +4156,8 @@  discard block
 block discarded – undo
4156 4156
         // ���Ĥ�unixtimestamp���顢������(Y-n-j����)��ͽ����֤�ʸ���������ʴ�˥��ߡ�
4157 4157
 
4158 4158
         /**
4159
-         * @param         $start
4160
-         * @param         $end
4159
+         * @param         integer $start
4160
+         * @param         integer $end
4161 4161
          * @param         $ynj
4162 4162
          * @param  bool   $justify
4163 4163
          * @param  bool   $admission
@@ -4235,8 +4235,8 @@  discard block
 block discarded – undo
4235 4235
 
4236 4236
         /**
4237 4237
          * @param         $event
4238
-         * @param         $tzoffset
4239
-         * @param         $border_for_2400
4238
+         * @param         integer $tzoffset
4239
+         * @param         integer $border_for_2400
4240 4240
          * @param  bool   $justify
4241 4241
          * @param  bool   $admission
4242 4242
          * @return string
@@ -4299,7 +4299,7 @@  discard block
 block discarded – undo
4299 4299
         // �������ϥܥå����δؿ� (JavaScript�����Ϥ���ݤ�Override�о�)
4300 4300
 
4301 4301
         /**
4302
-         * @param $name
4302
+         * @param string $name
4303 4303
          * @param $value
4304 4304
          * @return string
4305 4305
          */
@@ -4405,7 +4405,7 @@  discard block
 block discarded – undo
4405 4405
 
4406 4406
         /**
4407 4407
          * @param $str
4408
-         * @param $option
4408
+         * @param string $option
4409 4409
          * @return string
4410 4410
          */
4411 4411
         public function mb_convert_kana($str, $option)
@@ -4703,7 +4703,7 @@  discard block
 block discarded – undo
4703 4703
         }
4704 4704
 
4705 4705
         /**
4706
-         * @param         $uri
4706
+         * @param         string $uri
4707 4707
          * @param  bool   $force_http
4708 4708
          * @param  string $user_uri
4709 4709
          * @return string
@@ -4786,7 +4786,7 @@  discard block
 block discarded – undo
4786 4786
         // ���쥳���ɤ��ɤ߹��߸�˹Ԥ����� ��rrule��Ÿ����categories��cid���ʤɡ�
4787 4787
 
4788 4788
         /**
4789
-         * @param $event_id
4789
+         * @param integer $event_id
4790 4790
          */
4791 4791
         public function update_record_after_import($event_id)
4792 4792
         {
@@ -5175,7 +5175,7 @@  discard block
 block discarded – undo
5175 5175
 
5176 5176
         /**
5177 5177
          * @param $start
5178
-         * @param $allday_flag
5178
+         * @param boolean $allday_flag
5179 5179
          * @return string
5180 5180
          */
5181 5181
         public function rrule_from_post($start, $allday_flag)
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/patTemplate.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
          * @param array  $attributes attribute/value pairs
334 334
          * @access   public
335 335
          * @see      setAttribute(), getAttribute(), clearAttribute()
336
-         * @return bool
336
+         * @return false|null
337 337
          */
338 338
         public function setAttributes($template, $attributes)
339 339
         {
@@ -836,7 +836,7 @@  discard block
 block discarded – undo
836 836
          * @param string $prefix    prefix for all variable names
837 837
          * @access   public
838 838
          * @see      addVar(), addRows(), addGlobalVar(), addGlobalVars()
839
-         * @return bool
839
+         * @return false|null
840 840
          */
841 841
         public function addVars($template, $variables, $prefix = '')
842 842
         {
@@ -955,7 +955,7 @@  discard block
 block discarded – undo
955 955
          * @access     private
956 956
          * @deprecated 2.4 2001/11/05
957 957
          * @see        addTemplate(), addTemplates();
958
-         * @return bool
958
+         * @return boolean|null
959 959
          */
960 960
         public function loadTemplate($name)
961 961
         {
@@ -1175,6 +1175,7 @@  discard block
 block discarded – undo
1175 1175
          *
1176 1176
          * @param string $name  name of the template
1177 1177
          * @param string &$temp content of the parsed Template
1178
+         * @param string $temp
1178 1179
          * @access   private
1179 1180
          * @see      parseTemplate(), addGlobalVar(), addGlobalVars()
1180 1181
          */
Please login to merge, or discard this patch.