Completed
Push — master ( 26b490...31307f )
by Michael
03:13
created
class/pcltrace.lib.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -146,9 +146,9 @@  discard block
 block discarded – undo
146 146
     //   $p_level : Level of trace required.
147 147
     // --------------------------------------------------------------------------------
148 148
     /**
149
-     * @param        $p_file
150
-     * @param        $p_line
151
-     * @param        $p_name
149
+     * @param        string $p_file
150
+     * @param        integer $p_line
151
+     * @param        string $p_name
152 152
      * @param string $p_param
153 153
      * @param string $p_message
154 154
      */
@@ -213,8 +213,8 @@  discard block
 block discarded – undo
213 213
     //   $p_level : Level of trace required.
214 214
     // --------------------------------------------------------------------------------
215 215
     /**
216
-     * @param        $p_file
217
-     * @param        $p_line
216
+     * @param        string $p_file
217
+     * @param        integer $p_line
218 218
      * @param int    $p_return
219 219
      * @param string $p_message
220 220
      */
@@ -279,9 +279,9 @@  discard block
 block discarded – undo
279 279
     // Parameters :
280 280
     // --------------------------------------------------------------------------------
281 281
     /**
282
-     * @param        $p_file
283
-     * @param        $p_line
284
-     * @param        $p_level
282
+     * @param        string $p_file
283
+     * @param        integer $p_line
284
+     * @param        integer $p_level
285 285
      * @param string $p_message
286 286
      */
287 287
     function TrFctMessage($p_file, $p_line, $p_level, $p_message = '')
Please login to merge, or discard this patch.
class/pear/Calendar/Engine/PearDate.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,6 +192,9 @@  discard block
 block discarded – undo
192 192
      * @param int &$h hour   (13)
193 193
      * @param int &$i minute (34)
194 194
      * @param int &$s second (53)
195
+     * @param integer $y
196
+     * @param integer $m
197
+     * @param integer $d
195 198
      */
196 199
     public function adjustDate(&$y, &$m, &$d, &$h, &$i, &$s)
197 200
     {
@@ -407,7 +410,7 @@  discard block
 block discarded – undo
407 410
      * @param int $m month (9)
408 411
      * @param int $d day (4)
409 412
      *
410
-     * @return array (0, 1, 2, 3, 4, 5, 6) 1 = Monday
413
+     * @return integer[] (0, 1, 2, 3, 4, 5, 6) 1 = Monday
411 414
      */
412 415
     public function getWeekDays($y = null, $m = null, $d = null)
413 416
     {
@@ -476,7 +479,7 @@  discard block
 block discarded – undo
476 479
     /**
477 480
      * Checks if the given day is the current day.
478 481
      *
479
-     * @param mixed $stamp Any timestamp format recognized by Pear::Date
482
+     * @param string $stamp Any timestamp format recognized by Pear::Date
480 483
      *
481 484
      * @return bool
482 485
      */
Please login to merge, or discard this patch.
class/pear/Calendar/Engine/UnixTS.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
      * @param int $m month (9)
364 364
      * @param int $d day (4)
365 365
      *
366
-     * @return array (0,1,2,3,4,5,6) 1 = Monday
366
+     * @return integer[] (0,1,2,3,4,5,6) 1 = Monday
367 367
      */
368 368
     public function getWeekDays($y = null, $m = null, $d = null)
369 369
     {
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
     /**
433 433
      * Checks if the given day is the current day.
434 434
      *
435
-     * @param mixed $stamp Any timestamp format recognized by Pear::Date
435
+     * @param integer $stamp Any timestamp format recognized by Pear::Date
436 436
      *
437 437
      * @return bool
438 438
      */
Please login to merge, or discard this patch.
class/pear/Calendar/Table/Helper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     /**
172 172
      * Returns the first day of the month.
173 173
      *
174
-     * @return int
174
+     * @return string
175 175
      *
176 176
      * @see    Calendar_Engine_Interface::getFirstDayOfWeek()
177 177
      */
Please login to merge, or discard this patch.
class/pear/Calendar/Util/Uri.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     /**
138 138
      * Gets the URI string for the previous calendar unit.
139 139
      *
140
-     * @param object $Calendar subclassed from Calendar e.g. Calendar_Month
140
+     * @param Calendar_Decorator_Uri $Calendar subclassed from Calendar e.g. Calendar_Month
141 141
      * @param string $unit     calendar  unit (year|month|week|day|hour|minute|second)
142 142
      *
143 143
      * @return string
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Gets the URI string for the next calendar unit.
171 171
      *
172
-     * @param object $Calendar subclassed from Calendar e.g. Calendar_Month
172
+     * @param Calendar_Decorator_Uri $Calendar subclassed from Calendar e.g. Calendar_Month
173 173
      * @param string $unit     calendar unit (year|month|week|day|hour|minute|second)
174 174
      *
175 175
      * @return string
Please login to merge, or discard this patch.
class/time.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $id
41
+     * @param integer $id
42 42
      *
43 43
      * @return mixed
44 44
      */
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * @param $format
87 87
      * @param $timestamp
88 88
      *
89
-     * @return mixed
89
+     * @return string
90 90
      */
91 91
     public function getFormatedDate($format, $timestamp)
92 92
     {
Please login to merge, or discard this patch.
include/agenda_fnc.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@  discard block
 block discarded – undo
38 38
  * @return array
39 39
  */
40 40
 
41
+/**
42
+ * @param string $formatDate
43
+ */
41 44
 function agenda_getCanevas($ts, $hStart, $hEnd, $mPlage = 15, $nbJours = 1, $formatDate, $formatJour = 'H:i')
42 45
 {
43 46
     global $xoopsModuleConfig;
@@ -294,6 +297,9 @@  discard block
 block discarded – undo
294 297
  * @param $name
295 298
  * @return bool
296 299
  */
300
+/**
301
+ * @param string $name
302
+ */
297 303
 function ext_loadLanguage($name)
298 304
 {
299 305
     global $xoopsConfig;
Please login to merge, or discard this patch.
include/mail_fnc.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -194,6 +194,9 @@  discard block
 block discarded – undo
194 194
  * @param int    $mode
195 195
  * @param string $sep
196 196
  */
197
+/**
198
+ * @param string $mail_subject
199
+ */
197 200
 function extcal_SendMail(
198 201
     $destinataires,
199 202
     $mail_fromname,
@@ -280,6 +283,9 @@  discard block
 block discarded – undo
280 283
  *
281 284
  * @return string
282 285
  */
286
+/**
287
+ * @param integer $mode
288
+ */
283 289
 function extcal_getHeader($mode, $emailSender)
284 290
 {
285 291
     //mode = 0 pas d'entete
Please login to merge, or discard this patch.
blocks/minical.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -450,11 +450,11 @@
 block discarded – undo
450 450
  * @param array      $event
451 451
  * @param array      $eventsArray
452 452
  * @param ExtcalTime $extcalTimeHandler
453
- * @param            $startMonth
454
- * @param            $endMonth
453
+ * @param            integer $startMonth
454
+ * @param            integer $endMonth
455 455
  * @param            $cats
456 456
  *
457
- * @return bool
457
+ * @return false|null
458 458
  */
459 459
 function bExtcalMinicalAddEventToArray($event, &$eventsArray, $extcalTimeHandler, $startMonth, $endMonth, $cats)
460 460
 {
Please login to merge, or discard this patch.