Passed
Branch master (84bf96)
by Lars
04:21
created
QuickPay/Tests/api/ExceptionTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@
 block discarded – undo
14 14
         try
15 15
         {
16 16
             throw new Exception($this->testMessage, $this->testCode);
17
-        }
18
-        catch(Exception $e)
17
+        } catch(Exception $e)
19 18
         {
20 19
             $this->assertEquals($e->getMessage(), $this->testMessage);
21 20
             $this->assertEquals($e->getCode(), $this->testCode);
Please login to merge, or discard this patch.