Applied phpcs findings

This commit is contained in:
Dan Brown 2018-04-22 12:25:32 +01:00
parent 67e0c3d2a5
commit 71b6f09128
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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) {