Improve php doc block in HtmlHelper.php

This commit is contained in:
Val Bancer 2020-05-22 13:48:26 +02:00 committed by GitHub
parent ab7eb46f20
commit 2d4f80bf66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.