Completed
Push — master ( 3385c6...1cbdb1 )
by Matthew
05:50 queued 03:33
created
src/Exceptions/ApiException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
      public static function create(RequestException $e) {
31 31
 
32
-         if($response = $e->getResponse()) {
32
+         if ($response = $e->getResponse()) {
33 33
              
34 34
              switch ($response->getStatusCode()) {
35 35
                  case 400:
Please login to merge, or discard this patch.