Add a missing space (PSR-2)

This commit is contained in:
Jonny Barnes 2016-07-29 10:48:05 +01:00
parent c81eddd12c
commit bb16547942

View file

@ -154,7 +154,7 @@ class ProcessWebMention extends Job implements ShouldQueue
try {
$response = $client->request('GET', $url);
} catch(RequestException $e) {
} catch (RequestException $e) {
return;
}
$html = (string) $response->getBody();