From 5cf83e474adef668ceef5ee7e9f39693e78082e4 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 8 Jan 2022 12:08:55 +0000 Subject: [PATCH] [NFC] Tidy up phpdoc in CRM_Utils_QueryFormatter --- CRM/Utils/QueryFormatter.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CRM/Utils/QueryFormatter.php b/CRM/Utils/QueryFormatter.php index d54cc0e782..e11fdced70 100644 --- a/CRM/Utils/QueryFormatter.php +++ b/CRM/Utils/QueryFormatter.php @@ -219,7 +219,7 @@ class CRM_Utils_QueryFormatter { * Format Fts. * * @param string $text - * @param $mode + * @param string $mode * * @return mixed */ @@ -270,7 +270,7 @@ class CRM_Utils_QueryFormatter { * Format FTS. * * @param string $text - * @param $mode + * @param string $mode * * @return mixed */ @@ -342,8 +342,8 @@ class CRM_Utils_QueryFormatter { /** * Format like. * - * @param $text - * @param $mode + * @param string $text + * @param string $mode * * @return mixed */ @@ -425,9 +425,9 @@ class CRM_Utils_QueryFormatter { } /** - * @param $text - * @param $wildcard - * @return mixed + * @param string|null $text + * @param string $wildcard + * @return string|null */ protected function dedupeWildcards($text, $wildcard) { if ($text === NULL) { @@ -471,7 +471,7 @@ class CRM_Utils_QueryFormatter { } /** - * @param $text + * @param string $text * * Ex: drush eval 'civicrm_initialize(); CRM_Utils_QueryFormatter::dumpExampleTable("firstword secondword");' */ -- 2.25.1