Merge pull request #23971 from seamuslee001/lab_core_3676
[civicrm-core.git] / CRM / Utils / QueryFormatter.php
index d54cc0e78236cd8aa4617354e3fbe422092837a1..e11fdced70cecd0d2d8d1a3622ee1f0039ee6349 100644 (file)
@@ -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");'
    */