Completed
Push — master ( d44352...76d45c )
by Michael
08:21
created
include/agenda_fnc.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
  * @return array
38 38
  */
39 39
 
40
+/**
41
+ * @param string $formatDate
42
+ */
40 43
 function agenda_getCanevas(
41 44
     $ts,
42 45
     $hStart,
@@ -294,6 +297,9 @@  discard block
 block discarded – undo
294 297
  ******************************************************************
295 298
  * @param $name
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/functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -433,8 +433,8 @@
 block discarded – undo
433 433
 /**************************************************************************/
434 434
 /**
435 435
  * @param $color
436
- * @param $plancher
437
- * @param $plafond
436
+ * @param integer $plancher
437
+ * @param integer $plafond
438 438
  *
439 439
  * @return string
440 440
  */
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
@@ -211,6 +211,9 @@  discard block
 block discarded – undo
211 211
  * @param int    $mode
212 212
  * @param string $sep
213 213
  */
214
+/**
215
+ * @param string $mail_subject
216
+ */
214 217
 function extcal_SendMail(
215 218
     $destinataires,
216 219
     $mail_fromname,
@@ -300,6 +303,9 @@  discard block
 block discarded – undo
300 303
  *
301 304
  * @return string
302 305
  */
306
+/**
307
+ * @param integer $mode
308
+ */
303 309
 function extcal_getHeader($mode, $emailSender)
304 310
 {
305 311
 //mode = 0 pas d'entete
Please login to merge, or discard this patch.