Skip to content

Commit 7a166ef

Browse files
authored
Update AutolinkStatic.php
1 parent 3818262 commit 7a166ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/AutolinkStatic.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
/**
1212
* The Linker class.
1313
*
14-
* @method static string convert($url, $attribs = [])
15-
* @method static string convertEmail($url, $attribs = [])
16-
* @method static string link($url, $attribs = [])
14+
* @method static string convert(string $url, array $attribs = [])
15+
* @method static string convertEmail(string $url, array $attribs = [])
16+
* @method static string link(string $url, array $attribs = [])
1717
*
1818
* @since 1.0
1919
*/

0 commit comments

Comments
 (0)