Passed
Branch account (e3661f)
by vincent
02:30
created
src/VfacTmdb/lib/Guzzle/Client.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,8 @@
 block discarded – undo
61 61
             ]);
62 62
 
63 63
             return $this->guzzleClient->request($method, $url, $params);
64
-        } catch (RequestException $e) {
64
+        }
65
+        catch (RequestException $e) {
65 66
             if (is_null($e->getResponse())) {
66 67
                 throw new HttpErrorException;
67 68
             }
Please login to merge, or discard this patch.