From e472a85ab21c38ccc20fae425185cb4e4d0ddd24 Mon Sep 17 00:00:00 2001 From: Kazuki Higashiguchi Date: Tue, 19 Mar 2019 12:03:33 +0900 Subject: [PATCH] fix phpdoc at HtmlHelper::link --- lib/Cake/View/Helper/HtmlHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/Helper/HtmlHelper.php b/lib/Cake/View/Helper/HtmlHelper.php index 5fc043534..49651a70e 100644 --- a/lib/Cake/View/Helper/HtmlHelper.php +++ b/lib/Cake/View/Helper/HtmlHelper.php @@ -341,7 +341,7 @@ class HtmlHelper extends AppHelper { * @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 + * @param string|bool $confirmMessage JavaScript confirmation message. This * argument is deprecated as of 2.6. Use `confirm` key in $options instead. * @return string An `` element. * @link https://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::link