From 2d4f80bf665b088fafc5fb33fb5562101e71ffc6 Mon Sep 17 00:00:00 2001 From: Val Bancer Date: Fri, 22 May 2020 13:48:26 +0200 Subject: [PATCH] Improve php doc block in HtmlHelper.php --- 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 49651a70e..bc7163e86 100644 --- a/lib/Cake/View/Helper/HtmlHelper.php +++ b/lib/Cake/View/Helper/HtmlHelper.php @@ -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.