Completed
Push — master ( 32cbdd...f2f8a7 )
by Tim
16s queued 11s
created
Classes/Updates/CalMigrationUpdate.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -564,7 +564,7 @@  discard block
 block discarded – undo
564 564
     /**
565 565
      * Update event with configuration.
566 566
      *
567
-     * @param $eventImportId
567
+     * @param string $eventImportId
568 568
      * @param $configuration
569 569
      * @param $dbQueries
570 570
      * @param $customMessages
@@ -689,7 +689,7 @@  discard block
 block discarded – undo
689 689
     /**
690 690
      * Find event by import ID.
691 691
      *
692
-     * @param $eventImportId
692
+     * @param string $eventImportId
693 693
      * @param $dbQueries
694 694
      * @param $customMessages
695 695
      *
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
      * Get exception configuration for exception group.
763 763
      *
764 764
      * @param       $groupId
765
-     * @param array $dbQueries
765
+     * @param string[] $dbQueries
766 766
      *
767 767
      * @return string
768 768
      */
Please login to merge, or discard this patch.