mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #13060 from hgsgtk/2.x-fix-phpdoc
fix phpdoc at HtmlHelper::link
This commit is contained in:
commit
b8cefad8c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue