fix style

This commit is contained in:
shibafu
2019-03-03 00:29:43 +09:00
parent f21e58650d
commit e966995dea
9 changed files with 12 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ class FantiaResolver implements Resolver
$this->client = $client;
$this->ogpResolver = $ogpResolver;
}
public function resolve(string $url): Metadata
{
preg_match("~\d+~", $url, $match);