Merge pull request #13060 from hgsgtk/2.x-fix-phpdoc

fix phpdoc at HtmlHelper::link
This commit is contained in:
Mark Sch 2019-03-19 08:47:55 +01:00 committed by GitHub
commit b8cefad8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,7 +341,7 @@ class HtmlHelper extends AppHelper {
* @param string $title The content to be wrapped by `<a>` 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 `<a />` element.
* @link https://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::link