Applied phpcs findings
This commit is contained in:
parent
67e0c3d2a5
commit
71b6f09128
1 changed files with 2 additions and 1 deletions
|
@ -357,7 +357,8 @@ class ImageService extends UploadService
|
|||
if ($err) {
|
||||
throw new \Exception("Image fetch failed, Received error: " . $err);
|
||||
}
|
||||
} catch (\Exception $e) {}
|
||||
} catch (\Exception $e) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($imageData === null) {
|
||||
|
|
Loading…
Reference in a new issue