[NFC] fix more places where var is declared as boolean rather than bool
[civicrm-core.git] / CRM / Contact / Import / Field.php
index a1abc023439e6c8816469abe5f0b4b96b05ed7fb..9d6b2d8fa398a3f40e082254b4ef3af4c8e6e086 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Contact_Import_Field {
 
   /**
    * Is this field required
-   * @var boolean
+   * @var bool
    */
   public $_required;