[NFC] fix more places where var is declared as boolean rather than bool
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 00:22:49 +0000 (12:22 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 01:03:56 +0000 (13:03 +1200)
See https://github.com/civicrm/coder/pull/7

45 files changed:
CRM/Activity/Form/Activity.php
CRM/Activity/Form/Search.php
CRM/Activity/Form/Task/Delete.php
CRM/Activity/Form/Task/Email.php
CRM/Activity/Form/Task/SMS.php
CRM/Activity/Import/Field.php
CRM/Activity/Import/Parser.php
CRM/Activity/Selector/Search.php
CRM/Campaign/Form/Search.php
CRM/Campaign/Selector/Search.php
CRM/Contact/Form/Task/Delete.php
CRM/Contact/Form/Task/Email.php
CRM/Contact/Form/Task/Map.php
CRM/Contact/Form/Task/SMS.php
CRM/Contact/Import/Field.php
CRM/Contribute/Form/ContributionPage.php
CRM/Core/BAO/CustomQuery.php
CRM/Core/Controller.php
CRM/Custom/Import/Parser.php
CRM/Event/Form/ManageEvent.php
CRM/Event/Form/Participant.php
CRM/Event/Form/Registration.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Form/Search.php
CRM/Event/Form/Task/Badge.php
CRM/Event/Form/Task/Delete.php
CRM/Event/Form/Task/Email.php
CRM/Event/Form/Task/PDF.php
CRM/Event/Import/Parser.php
CRM/Event/Selector/Search.php
CRM/Financial/BAO/ExportFormat.php
CRM/Financial/Form/FinancialAccount.php
CRM/Financial/Form/FinancialTypeAccount.php
CRM/Grant/Form/Search.php
CRM/Grant/Form/Task/Delete.php
CRM/Grant/Selector/Search.php
CRM/Mailing/Selector/Search.php
CRM/Member/Form/Task/Delete.php
CRM/Member/Form/Task/Email.php
CRM/Member/Import/Field.php
CRM/Member/Import/Parser.php
CRM/Member/Selector/Search.php
CRM/Profile/Page/Dynamic.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/custom_api/MailingProviderData.php

index a3fef8d7d8f07bfd20c1d1f1898b8b93edf5c86f..c59ef226c1761e3b4350ba78ddfa7fe988792502 100644 (file)
@@ -111,7 +111,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
   /**
    * Survey activity.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_isSurveyActivity;
 
@@ -133,7 +133,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
    * Note: This is a class property so that child classes can turn off this
    * behavior (e.g. in CRM_Case_Form_Activity)
    *
-   * @var boolean
+   * @var bool
    *
    */
 
@@ -627,6 +627,12 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
     return $defaults;
   }
 
+  /**
+   * Build Quick form.
+   *
+   * @throws \CRM_Core_Exception
+   * @throws \CiviCRM_API3_Exception
+   */
   public function buildQuickForm() {
     if ($this->_action & (CRM_Core_Action::DELETE | CRM_Core_Action::RENEW)) {
       //enable form element (ActivityLinks sets this true)
@@ -894,7 +900,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
    *
    *
    * @param array $params
-
+   *
    * @return array|null
    * @throws \CiviCRM_API3_Exception
    */
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;
 
index 7fa2bef6ca80edfabe2413e7f79f82f2381ba8ae..3bdcfc0916c44baeb5ff9169ab69057b7a744494 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Activity_Form_Task_Delete extends CRM_Activity_Form_Task {
    * Are we operating in "single mode", i.e. deleting one
    * specific Activity?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index 4f6db5136b1a9baa1f5546953fbb30ac1c6d19f8..e5338f33e51f48ec232411efe42b8ad4c99c7737 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Activity_Form_Task_Email extends CRM_Activity_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index 42d9f6aa3f23b81a03c140981af381b699887561..d19e1ea543fbb0e4f0da1e5c95fda67064c75df5 100644 (file)
@@ -39,7 +39,7 @@ class CRM_Activity_Form_Task_SMS extends CRM_Activity_Form_Task {
    * Are we operating in "single mode", i.e. sending sms to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index b19a6002de94f49e1743a56b84f2e9cb2a698ca2..4f8471472ca1b3b8f992ddac77a0e3818de4525e 100644 (file)
@@ -52,7 +52,7 @@ class CRM_Activity_Import_Field {
 
   /**
    * Is this field required
-   * @var boolean
+   * @var bool
    */
   public $_required;
 
index fc4aca0c20dcc8d6f03edf2090d690898a1982af..67198fee68745ff950714d8ea08d2bd61357e962 100644 (file)
@@ -55,7 +55,7 @@ abstract class CRM_Activity_Import_Parser extends CRM_Import_Parser {
   /**
    * Whether the file has a column header or not.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_haveColumnHeader;
 
index 8a21dde81faa892b462c1a9fb25bab91556edd0e..abd0bdfb249f80ca24bb5bbd8e0fdfae048ef2b3 100644 (file)
@@ -79,14 +79,14 @@ class CRM_Activity_Selector_Search extends CRM_Core_Selector_Base implements CRM
   /**
    * 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;
 
index ab7569d01ef91a237bea164cb9023460355b218f..7d380334549a747f55939096953d66b051bd106a 100644 (file)
@@ -46,14 +46,14 @@ class CRM_Campaign_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;
 
index 1dc5c177b37ff3a7602cfb60670203de69e204ea..7c22820e9bd363d2d2b0c498b01336f121edc171 100644 (file)
@@ -76,14 +76,14 @@ class CRM_Campaign_Selector_Search extends CRM_Core_Selector_Base implements CRM
   /**
    * 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;
 
index 3411f67d05f0d24d6ab2038c4f1f8342b8b14441..b1f0160902ae2151faa7c95f7e277c5adf1328b6 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Contact_Form_Task_Delete extends CRM_Contact_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
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;
 
index 82e1af323efa461375052163465df04411d59440..89c52caf3b33b02ca8f3b05ba394fb1ebd303da2 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Contact_Form_Task_Map extends CRM_Contact_Form_Task {
    * Are we operating in "single mode", i.e. mapping address to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index 113c763cd21817989b6f93d899cd2a0280fccd6d..b6a13f6cbc893ceddaac9a9a639512dacaeb3aa0 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Contact_Form_Task_SMS extends CRM_Contact_Form_Task {
    * Are we operating in "single mode", i.e. sending sms to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index a1abc023439e6c8816469abe5f0b4b96b05ed7fb..9d6b2d8fa398a3f40e082254b4ef3af4c8e6e086 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Contact_Import_Field {
 
   /**
    * Is this field required
-   * @var boolean
+   * @var bool
    */
   public $_required;
 
index d47d7a522407752e558c784e719f3aa7eefc2c82..0c3833443d0d11d7aa54cea2e37339c3b9e8d318 100644 (file)
@@ -53,21 +53,21 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
   /**
    * Are we in single form mode or wizard mode?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single;
 
   /**
    * Is this the first page?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_first = FALSE;
 
   /**
    * Is this the last page?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_last = FALSE;
 
index 24b829e5f5b427660de3f00e12a02a73f3b8fd72..610478c603f94a3e269bf32723c436490ecc182a 100644 (file)
@@ -96,7 +96,7 @@ class CRM_Core_BAO_CustomQuery {
   /**
    * Searching for contacts?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_contactSearch;
 
index a5141627c7d3cd03a81ede4e3d6a1cb18c8ddb66..51dda46d20e574929a0940e3e944f92847f139fc 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller {
    * so the display routine needs to not do any work. (The
    * parent object takes care of the display)
    *
-   * @var boolean
+   * @var bool
    */
   protected $_embedded = FALSE;
 
@@ -94,7 +94,7 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller {
    * Useful when we run form in non civicrm context
    * and we need to transfer control back.(eg. drupal)
    *
-   * @var boolean
+   * @var bool
    */
   protected $_skipRedirection = FALSE;
 
@@ -102,14 +102,14 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller {
    * Are we in print mode? if so we need to modify the display
    * functionality to do a minimal display :)
    *
-   * @var boolean
+   * @var bool
    */
   public $_print = 0;
 
   /**
    * Should we generate a qfKey, true by default
    *
-   * @var boolean
+   * @var bool
    */
   public $_generateQFKey = TRUE;
 
index 0832d00bac6e4322521c5388d3bc608db542d8fb..7193515cf996fd9835d1b3970d887ac7e3ba693c 100644 (file)
@@ -62,7 +62,7 @@ abstract class CRM_Custom_Import_Parser extends CRM_Contact_Import_Parser {
   /**
    * Whether the file has a column header or not
    *
-   * @var boolean
+   * @var bool
    */
   protected $_haveColumnHeader;
 
index cd013d81cc3aa8b76b8a38ee31ffe7d9608f6a72..d432deadf431f97e2da7459964ce6062fe08b580 100644 (file)
@@ -45,14 +45,14 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
   /**
    * Is this the first page?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_first = FALSE;
 
   /**
    * Are we in single form mode or wizard mode?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single;
 
@@ -60,7 +60,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
 
   /**
    * Are we actually managing an event template?
-   * @var boolean
+   * @var bool
    */
   protected $_isTemplate = FALSE;
 
index 3cd49af6c1998182303af86afe6c95f8a4ffbfa5..d0426e4caa2404a37390ad39b5accca79c634251 100644 (file)
@@ -52,7 +52,7 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment
   /**
    * The values for the quickconfig for priceset.
    *
-   * @var boolean
+   * @var bool
    */
   public $_quickConfig = NULL;
 
@@ -106,7 +106,7 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment
    * Are we operating in "single mode", i.e. adding / editing only
    * one participant record, or is this a batch add operation
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index 2e60b956e41a84821cff7ecb83aa2a3c738d4abe..af19e4423678c7e15eeed927f4c16284670f9115 100644 (file)
@@ -67,21 +67,21 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
   /**
    * Is participant able to walk registration wizard.
    *
-   * @var Boolean
+   * @var bool
    */
   public $_allowConfirmation;
 
   /**
    * Is participant requires approval.
    *
-   * @var Boolean
+   * @var bool
    */
   public $_requireApproval;
 
   /**
    * Is event configured for waitlist.
    *
-   * @var Boolean
+   * @var bool
    */
   public $_allowWaitlist;
 
@@ -157,7 +157,7 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
   /**
    * Is event already full.
    *
-   * @var boolean
+   * @var bool
    *
    */
 
index fd5a218f3e8eb809bf1d405c101384859c0c8e90..2684b39fd805081193b2a4bcdbae9edbabd1a04e 100644 (file)
@@ -69,7 +69,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
   /**
    * Show fee block or not.
    *
-   * @var boolean determines if fee block should be shown or hidden
+   * @var bool determines if fee block should be shown or hidden
    */
   public $_noFees;
 
index 4a61657ee3088da531b5eaf057e08dc03b3514d6..15451b2d20a085d718f17d894c7694a6312dbeef 100644 (file)
@@ -50,14 +50,14 @@ class CRM_Event_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;
 
index 3f7d87586d5ecf63c630d3ea9b5ad96a9ab0ec16..6d21b4d8f62424b91cecb3eae587d93aca1e3a46 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Event_Form_Task_Badge extends CRM_Event_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index ad9acdbddb7030c4b718fb1c997ec0e09203fe6c..a784355f5fdb56fe233f7e59cec3bc5dad85f2d4 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Event_Form_Task_Delete extends CRM_Event_Form_Task {
    * Are we operating in "single mode", i.e. deleting one
    * specific participation?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index a9f5ccb6c62e20c10f66641de54493dfe6d0d54b..406a3a74ba05e081b83cff2f1dd12ed4fab4aaac 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Event_Form_Task_Email extends CRM_Event_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
@@ -50,7 +50,7 @@ class CRM_Event_Form_Task_Email extends CRM_Event_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_noEmails = FALSE;
 
index a16837041e8064a45e1f67c1c5e7baf0ee5d0986..2aa2028eaf64786196f56da1cd91ce4dee196492 100644 (file)
@@ -43,7 +43,7 @@ class CRM_Event_Form_Task_PDF extends CRM_Event_Form_Task {
    * Are we operating in "single mode", i.e. printing letter to one
    * specific participant?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
index ba14c1bc2d7f206cd120eb0b4b8405674c66c3fb..5276b02c1a8f0b95aa3e15431469a13d73191c83 100644 (file)
@@ -62,7 +62,7 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser {
   /**
    * Whether the file has a column header or not
    *
-   * @var boolean
+   * @var bool
    */
   protected $_haveColumnHeader;
 
index fb79e008db8ede43dde4c4b0d8e13580a68a0e72..b484e7dd06c4af8ed151ac127d88c967ca8c24bc 100644 (file)
@@ -85,14 +85,14 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
   /**
    * 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;
 
index 1f465383698b40328301cd6d96842fd677a5b5dc..b352f9bb84e092c4d5805e5f35acd695ffeb26dd 100644 (file)
@@ -52,7 +52,7 @@ abstract class CRM_Financial_BAO_ExportFormat {
 
   /**
    * Download Exported file.
-   * @var boolean
+   * @var bool
    */
   public $_isDownloadFile;
 
index 6b38724a81c4d3858e58a76e929b40af44c5747b..f304e7fcfa8d4c5c63739f7e960145032d26cc52 100644 (file)
@@ -39,7 +39,7 @@ class CRM_Financial_Form_FinancialAccount extends CRM_Contribute_Form {
   /**
    * Flag if its a AR account type.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_isARFlag = FALSE;
 
index e0940a738af171facfe00a9987dfe5de2701394f..3ac1bd169660a77a5bc4bdd9517774386ce2c467 100644 (file)
@@ -60,7 +60,7 @@ class CRM_Financial_Form_FinancialTypeAccount extends CRM_Contribute_Form {
   /**
    * Flag if its a AR account type.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_isARFlag = FALSE;
 
index 9cb7c8e397cc9cc5a375a0714c28aef3dc23f2c4..588fcceda8235532406e3ce0da57fae397b5dde4 100644 (file)
@@ -46,7 +46,7 @@ class CRM_Grant_Form_Search extends CRM_Core_Form_Search {
   /**
    * Are we restricting ourselves to a single contact.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index 925da7565f62e786ad11e9a86f1693c2fc42ffe0..59e8d822f7af2147c796ca7af40d27053d1e1a41 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Grant_Form_Task_Delete extends CRM_Grant_Form_Task {
    * Are we operating in "single mode", i.e. deleting one
    * specific participation?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index 19ff51cd4fa6bcbc4c22495b8206079ded7ddca9..1eebd8d32b6f994fd866733192468ac77176b934 100644 (file)
@@ -79,14 +79,14 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
   /**
    * 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;
 
index 65ad8038ce66c12b7dd251994827fb60c990eb88..92f19eaffd220371057254ca54ecc0cb50e59952 100644 (file)
@@ -73,14 +73,14 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
   /**
    * 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;
 
index a6cbf2235b9b72d1b7f03ed6c699b325e0a3560a..a53b2bd34b9cb1dee68511895d424b076476380e 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Member_Form_Task_Delete extends CRM_Member_Form_Task {
    * Are we operating in "single mode", i.e. deleting one
    * specific membership?
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
index be38db71a038f9c4f1a83fa2bfc72a9da8e15cd8..d58985192307ac6aec19721e813f0374f66b665a 100644 (file)
@@ -43,7 +43,7 @@ class CRM_Member_Form_Task_Email extends CRM_Member_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_single = FALSE;
 
@@ -51,7 +51,7 @@ class CRM_Member_Form_Task_Email extends CRM_Member_Form_Task {
    * Are we operating in "single mode", i.e. sending email to one
    * specific contact?
    *
-   * @var boolean
+   * @var bool
    */
   public $_noEmails = FALSE;
 
index 93bb374bc82554d324548b15476d17286514402c..68720b2be78ceb007becfe64e569701a35866fb4 100644 (file)
@@ -59,7 +59,7 @@ class CRM_Member_Import_Field {
 
   /**
    * Is this field required
-   * @var boolean
+   * @var bool
    */
   public $_required;
 
index cf7367687609213d7ef981cab13c96ba3285dee9..bf1cffec4dff53a5f6874249752bdcd90d7ebafc 100644 (file)
@@ -62,7 +62,7 @@ abstract class CRM_Member_Import_Parser extends CRM_Import_Parser {
   /**
    * Whether the file has a column header or not
    *
-   * @var boolean
+   * @var bool
    */
   protected $_haveColumnHeader;
 
index 850046d865747b5e8f91c2484b4e48cf87cc8c8b..7c94dafc070edad45397e4335390ca87776a8885 100644 (file)
@@ -76,14 +76,14 @@ class CRM_Member_Selector_Search extends CRM_Core_Selector_Base implements CRM_C
   /**
    * 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;
 
index 8f9d42e64cfbe0fced172bd42723b425c35958d2..0ea100a3378cf2e695692c39399a8919fd90cbfb 100644 (file)
@@ -65,7 +65,7 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page {
   /**
    * Should we bypass permissions.
    *
-   * @var boolean
+   * @var bool
    */
   protected $_skipPermission;
 
index fa5e5d250a689a74ee5caa914a014d315259d7fd..73b9f178f6a94c7e71940d921ec2d36b5dadab92 100644 (file)
@@ -62,7 +62,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase {
   /**
    *  Database has been initialized.
    *
-   * @var boolean
+   * @var bool
    */
   private static $dbInit = FALSE;
 
@@ -92,7 +92,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase {
   protected $tempDirs;
 
   /**
-   * @var boolean populateOnce allows to skip db resets in setUp
+   * @var bool populateOnce allows to skip db resets in setUp
    *
    *  WARNING! USE WITH CAUTION - IT'LL RENDER DATA DEPENDENCIES
    *  BETWEEN TESTS WHEN RUN IN SUITE. SUITABLE FOR LOCAL, LIMITED
@@ -105,7 +105,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase {
   public static $populateOnce = FALSE;
 
   /**
-   * @var boolean DBResetRequired allows skipping DB reset
+   * @var bool DBResetRequired allows skipping DB reset
    *               in specific test case. If you still need
    *               to reset single test (method) of such case, call
    *               $this->cleanDB() in the first line of this
index f01bf6ec98097882d5bc551f5b6e448082d10109..8d250cdc672336ae091521bb66710d10cd0cab7c 100644 (file)
@@ -47,7 +47,7 @@ class CRM_Omnimail_DAO_MailingProviderData extends CRM_Core_DAO {
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
-   * @var boolean
+   * @var bool
    */
   protected static $_log = FALSE;
   /**