[NFC] fix docblock types from boolean to bool
[civicrm-core.git] / CRM / Core / Page.php
index e8908fea50f1852ed4e70d1ad15e9859db3bc4e4..145c91af53352081c761e203fa89511e411f4e26 100644 (file)
@@ -67,7 +67,7 @@ class CRM_Core_Page {
    * 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;
 
@@ -75,7 +75,7 @@ class CRM_Core_Page {
    * Are we in print mode? if so we need to modify the display
    * functionality to do a minimal display :)
    *
-   * @var boolean
+   * @var bool
    */
   protected $_print = FALSE;