Passed
Branch master (f6a670)
by Sebastian
07:16 queued 02:32
created
src/XMLHelper/Converter.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,7 @@
 block discarded – undo
130 130
             unset($this->xml);
131 131
 
132 132
             return $this->json;
133
-        }
134
-        catch (Exception $e)
133
+        } catch (Exception $e)
135 134
         {
136 135
             throw new XMLHelper_Exception(
137 136
                 'Could not convert the XML source to JSON',
Please login to merge, or discard this patch.
src/StringBuilder.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -500,8 +500,7 @@
 block discarded – undo
500 500
         try
501 501
         {
502 502
             return $content();
503
-        }
504
-        catch (Exception $e)
503
+        } catch (Exception $e)
505 504
         {
506 505
             throw new StringBuilder_Exception(
507 506
                 'The callable has thrown an error.',
Please login to merge, or discard this patch.