[NFC] fix more places where var is declared as boolean rather than bool
[civicrm-core.git] / CRM / Activity / Form / Search.php
index 4aa16252d5d6a0d76f154446c2dfa7c502cdf9c0..063fa8001f319fb447a32e503d86dae9fc48e865 100644 (file)
@@ -46,14 +46,14 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
   /**
    * Are we restricting ourselves to a single contact.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
   /**
    * Are we restricting ourselves to a single contact.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_limit = NULL;