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

@@ -28,7 +28,6 @@ class ToranoanaResolver implements Resolver
$res = $this->client->get($url, ['cookies' => $cookieJar]);
if ($res->getStatusCode() === 200) {
return $this->ogpResolver->parse($res->getBody());
} else {
throw new \RuntimeException("{$res->getStatusCode()}: $url");