Skip to content

Commit

Permalink
Merge pull request #596 from seamuslee001/7.x-master
Browse files Browse the repository at this point in the history
[NFC] Doc Block fix should be bool no boolean as per coding standards
  • Loading branch information
totten authored Jan 26, 2020
2 parents 938b801 + b49cc1e commit e9be6c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/civicrm_engage/Engage/Report/Form/List.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,39 +37,39 @@ class Engage_Report_Form_List extends CRM_Report_Form {

/**
* Address information needed in output
* @var boolean
* @var bool
*/
protected $_addressField = FALSE;

/**
* Email address needed in output
* @var boolean
* @var bool
*/
protected $_emailField = FALSE;

/**
* Demographic information needed in output
* @var boolean
* @var bool
*/
protected $_demoField = FALSE;

protected $_coreField = FALSE;

/**
* Phone number needed in output
* @var boolean
* @var bool
*/
protected $_phoneField = FALSE;

/**
* Group membership information needed in output
* @var boolean
* @var bool
*/
protected $_groupField = FALSE;

/**
* Voter Info information needed in output
* @var boolean
* @var bool
*/
protected $_voterInfoField = FALSE;

Expand Down

0 comments on commit e9be6c1

Please sign in to comment.