Merge pull request #15109 from civicrm/5.17
[civicrm-core.git] / CRM / Activity / Form / Task / PickProfile.php
index 10f258837c5a29a44d22f78d227211de9020a42d..1221a21c4abdd7fe837def6fa4cac604b94fa6ed 100644 (file)
@@ -45,11 +45,13 @@ class CRM_Activity_Form_Task_PickProfile extends CRM_Activity_Form_Task {
 
   /**
    * Maximum Activities that should be allowed to update.
+   * @var int
    */
   protected $_maxActivities = 100;
 
   /**
    * Variable to store redirect path.
+   * @var string
    */
   protected $_userContext;