Skip to content

Commit

Permalink
Update AutolinkStatic.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 authored Sep 9, 2022
1 parent 3818262 commit 7a166ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AutolinkStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
/**
* The Linker class.
*
* @method static string convert($url, $attribs = [])
* @method static string convertEmail($url, $attribs = [])
* @method static string link($url, $attribs = [])
* @method static string convert(string $url, array $attribs = [])
* @method static string convertEmail(string $url, array $attribs = [])
* @method static string link(string $url, array $attribs = [])
*
* @since 1.0
*/
Expand Down

0 comments on commit 7a166ef

Please sign in to comment.