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 {
|
||||
$response = $client->request('GET', $url);
|
||||
} catch(RequestException $e) {
|
||||
} catch (RequestException $e) {
|
||||
return;
|
||||
}
|
||||
$html = (string) $response->getBody();
|
||||
|
|
Loading…
Add table
Reference in a new issue