Completed
Push — master ( d79f0a...abdca8 )
by Michael
06:29
created
class/tableForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @internal param bool $encode To sanitizer the text?
42 42
      *
43
-     * @return array array of name/value pairs assigned to form elements
43
+     * @return boolean|string array of name/value pairs assigned to form elements
44 44
      */
45 45
     public function getAddBaliseTable()
46 46
     {
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
@@ -432,11 +432,11 @@
 block discarded – undo
432 432
  * @param ExtcalEvent $event
433 433
  * @param array $eventsArray
434 434
  * @param ExtcalTime $extcalTimeHandler
435
- * @param $startMonth
436
- * @param $endMonth
435
+ * @param integer $startMonth
436
+ * @param integer $endMonth
437 437
  * @param $cats
438 438
  *
439
- * @return bool
439
+ * @return false|null
440 440
  */
441 441
 function bExtcalMinicalAddEventToArray(ExtcalEvent $event, &$eventsArray, $extcalTimeHandler, $startMonth, $endMonth, $cats)
442 442
 {
Please login to merge, or discard this patch.