X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FExtension.php;h=67f396493f18d140678e73446bd8e9007c945b78;hb=a0741dc66a56012dca28350f8c1ddaad5ec03918;hp=9bb233277e46da7b9608386466340a1a86372e0a;hpb=4e2d0ca98bd06c0d650444e0e373a24dc37fbe26;p=civicrm-core.git diff --git a/CRM/Core/DAO/Extension.php b/CRM/Core/DAO/Extension.php index 9bb233277e..67f396493f 100644 --- a/CRM/Core/DAO/Extension.php +++ b/CRM/Core/DAO/Extension.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Extension.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:02c87fb773b6c1e61e48e0ddfac2bb5a) + * (GenCodeChecksum:d7421ef144f074ada5688f6e56ab8418) */ /** @@ -31,7 +31,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { /** * Local Extension ID * - * @var int unsigned + * @var int */ public $id; @@ -78,7 +78,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { /** * Is this extension active? * - * @var boolean + * @var bool */ public $is_active; @@ -127,7 +127,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO { ], 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getExtensionTypes', - ] + ], ], 'full_name' => [ 'name' => 'full_name',