Skip to content

Commit b3caaf9

Browse files
mcsaygilikenjis
andauthored
Update system/View/Plugins.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent f06002e commit b3caaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/View/Plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function mailto(array $params = []): string
5757
/**
5858
* Wrap helper function to use as view plugin.
5959
*
60-
* @param array{email?: string, title?: string, attributes?: string} $params
60+
* @param array{email?: string, title?: string, attributes?: array<string, string>|object|string} $params
6161
*/
6262
public static function safeMailto(array $params = []): string
6363
{

0 commit comments

Comments
 (0)