Add a missing space (PSR-2)
This commit is contained in:
parent
c81eddd12c
commit
bb16547942
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class ProcessWebMention extends Job implements ShouldQueue
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$response = $client->request('GET', $url);
|
$response = $client->request('GET', $url);
|
||||||
} catch(RequestException $e) {
|
} catch (RequestException $e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$html = (string) $response->getBody();
|
$html = (string) $response->getBody();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue