mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve php doc block in HtmlHelper.php
This commit is contained in:
parent
ab7eb46f20
commit
2d4f80bf66
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class HtmlHelper extends AppHelper {
|
|||
* - `block` Choose a custom block to append the meta tag to. Using this option
|
||||
* will override the inline option.
|
||||
*
|
||||
* @param string $type The title of the external resource
|
||||
* @param string|array $type The title of the external resource
|
||||
* @param string|array $url The address of the external resource or string for content attribute
|
||||
* @param array $options Other attributes for the generated tag. If the type attribute is html,
|
||||
* rss, atom, or icon, the mime-type is returned.
|
||||
|
|
Loading…
Reference in a new issue