Completed
Push — master ( 55a138...ee7aee )
by Michael
05:41
created
class/ExtcalPersistableObjectHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -536,7 +536,7 @@
 block discarded – undo
536 536
 
537 537
     /**
538 538
      * @param        $objects
539
-     * @param array  $externalKeys
539
+     * @param string[]  $externalKeys
540 540
      * @param string $format
541 541
      *
542 542
      * @return array
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
@@ -455,11 +455,11 @@
 block discarded – undo
455 455
  * @param array      $event
456 456
  * @param array      $eventsArray
457 457
  * @param Extcal\Time       $timeHandler
458
- * @param            $startMonth
459
- * @param            $endMonth
458
+ * @param            integer $startMonth
459
+ * @param            integer $endMonth
460 460
  * @param            $cats
461 461
  *
462
- * @return bool
462
+ * @return false|null
463 463
  */
464 464
 function bExtcalMinicalAddEventToArray($event, &$eventsArray, $timeHandler, $startMonth, $endMonth, $cats)
465 465
 {
Please login to merge, or discard this patch.
class/EventHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -889,7 +889,7 @@
 block discarded – undo
889 889
 
890 890
     /**
891 891
      * @param $criteria
892
-     * @param $cats
892
+     * @param integer $cats
893 893
      */
894 894
     public function addCatSelectCriteria(&$criteria, $cats = null)
895 895
     {
Please login to merge, or discard this patch.
class/Form/FormFileCheckBox.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
 class FormFileCheckBox extends \XoopsFormCheckBox
25 25
 {
26 26
     /**
27
-     * @param      $caption
28
-     * @param      $name
27
+     * @param      string $caption
28
+     * @param      string $name
29 29
      * @param null $value
30 30
      *
31 31
      */
Please login to merge, or discard this patch.
class/Utility.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 require_once XOOPS_ROOT_PATH . '/class/uploader.php';
20 20
 
21 21
 use XoopsModules\Extcal;
22
-use XoopsModules\Extcal\Common;
23 22
 
24 23
 /**
25 24
  * Class Utility
Please login to merge, or discard this patch.