From 6dbd5c659d46772a4b7bb7869c0e91b4982f6307 Mon Sep 17 00:00:00 2001 From: antograssiot Date: Tue, 2 Aug 2016 22:01:35 +0200 Subject: [PATCH] fix api generation --- lib/Cake/View/Helper/HtmlHelper.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/View/Helper/HtmlHelper.php b/lib/Cake/View/Helper/HtmlHelper.php index 103511660..e18967e4a 100644 --- a/lib/Cake/View/Helper/HtmlHelper.php +++ b/lib/Cake/View/Helper/HtmlHelper.php @@ -324,7 +324,7 @@ class HtmlHelper extends AppHelper { * - `escapeTitle` Set to false to disable escaping of title. (Takes precedence over value of `escape`) * - `confirm` JavaScript confirmation message. * - * @param string $title The content to be wrapped by tags. + * @param string $title The content to be wrapped by `` tags. * @param string|array $url Cake-relative URL or array of URL parameters, or external URL (starts with http://) * @param array $options Array of options and HTML attributes. * @param string $confirmMessage JavaScript confirmation message. This @@ -412,7 +412,7 @@ class HtmlHelper extends AppHelper { * CSS stylesheets. If `$path` is prefixed with '/', the path will be relative to the webroot * of your application. Otherwise, the path will be relative to your CSS path, usually webroot/css. * @param array $options Array of options and HTML arguments. - * @return string CSS or