[NFC] fix more places where var is declared as boolean rather than bool
[civicrm-core.git] / CRM / Financial / Form / FinancialAccount.php
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;