X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FQueryFormatter.php;h=e11fdced70cecd0d2d8d1a3622ee1f0039ee6349;hb=770a33ca8f2af823d32fa5bbbc390ca4b9a19e06;hp=d54cc0e78236cd8aa4617354e3fbe422092837a1;hpb=af028bfa606d5d8db62150656fe8241722521bb5;p=civicrm-core.git 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");' */