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