Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Mar 29, 2023
1 parent 64f5624 commit 4055a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function parseUrl(string $url, &$domain): string
return $url;
}

public function build()
public function build(): string
{
// 解析URL
$url = $this->url;
Expand Down

0 comments on commit 4055a61

Please sign in to comment.