X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FInnoDBIndexer.php;h=5f880e1d2b21e7541f2d9b829f2051f34b761bce;hb=a13f3d8c01e114b11c381b6ac3e64becae9380b1;hp=e538f177a995ba5f48c4f5fdf67a8fd0892ff13d;hpb=347185d7709adf00659d042b2fa98b93f03f2672;p=civicrm-core.git diff --git a/CRM/Core/InnoDBIndexer.php b/CRM/Core/InnoDBIndexer.php index e538f177a9..5f880e1d2b 100644 --- a/CRM/Core/InnoDBIndexer.php +++ b/CRM/Core/InnoDBIndexer.php @@ -87,7 +87,8 @@ class CRM_Core_InnoDBIndexer { * * @param bool $oldValue * @param bool $newValue - * @param array $metadata Specification of the setting (per *.settings.php) + * @param array $metadata + * Specification of the setting (per *.settings.php). */ public static function onToggleFts($oldValue, $newValue, $metadata) { $indexer = CRM_Core_InnoDBIndexer::singleton(); @@ -128,7 +129,8 @@ class CRM_Core_InnoDBIndexer { * Determine if an index is expected to exist * * @param string $table - * @param array $fields list of field names that must be in the index + * @param array $fields + * List of field names that must be in the index. * @return bool */ public function hasDeclaredIndex($table, $fields) { @@ -261,7 +263,7 @@ class CRM_Core_InnoDBIndexer { } /** - * @param boolean $isActive + * @param bool $isActive */ public function setActive($isActive) { $this->isActive = $isActive;