Test Setup Failed
Push — master ( aa9039...94c501 )
by Derek
03:32
created
tests/Nabu/StaticLoggerTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,7 @@
 block discarded – undo
123 123
 
124 124
         try{
125 125
             throw new \Exception("This is an arbitrary exception");
126
-        }
127
-        catch (\Exception $e)
126
+        } catch (\Exception $e)
128 127
         {
129 128
             $context_array = array(
130 129
                 "exception" =>  $e
Please login to merge, or discard this patch.