Passed
Pull Request — master (#423)
by
unknown
03:47
created
src/Picqer/Financials/Exact/Connection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -491,8 +491,7 @@
 block discarded – undo
491 491
             }
492 492
 
493 493
             return $answer;
494
-        }
495
-        catch (\RuntimeException $e) {
494
+        } catch (\RuntimeException $e) {
496 495
             throw new ApiException($e->getMessage());
497 496
         }
498 497
     }
Please login to merge, or discard this patch.