@@ -216,7 +216,7 @@ |
||
216 | 216 | * @param bool $url_encode Whether to URL-encode output |
217 | 217 | * @param bool $esc_html Whether to apply `esc_html()` to output |
218 | 218 | * |
219 | - * @return mixed |
|
219 | + * @return string |
|
220 | 220 | */ |
221 | 221 | public static function replace_gv_merge_tags( $text, $form = array(), $entry = array(), $url_encode = false, $esc_html = false ) { |
222 | 222 |