Apply fixes from StyleCI (#471)
This commit is contained in:
parent
2f0f002299
commit
265b697066
3 changed files with 2 additions and 3 deletions
|
@ -146,7 +146,7 @@ class FileRepository
|
|||
|
||||
try {
|
||||
$res = $this->server->guzzleClient()->request('GET', '/server/directory/' . rawurlencode($directory));
|
||||
} catch(\GuzzleHttp\Exception\ClientException $ex) {
|
||||
} catch (\GuzzleHttp\Exception\ClientException $ex) {
|
||||
$json = json_decode($ex->getResponse()->getBody());
|
||||
|
||||
throw new DisplayException($json->error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue