Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Contact / Form / Task / Email.php
index d8dd851e33494c6328d0c98ed61aa74256f4facb..60c38d3e7160e139f02ad9212727dff4aff9fd28 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Contact_Form_Task_Email extends CRM_Contact_Form_Task {
    *
    * Single mode means sending email to one specific contact.
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
@@ -49,7 +49,7 @@ class CRM_Contact_Form_Task_Email extends CRM_Contact_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_noEmails = FALSE;