Completed
Branch master (7d5387)
by Ayesh
02:51
created
Category
src/PHPTemplate.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,7 @@
 block discarded – undo
46 46
     try {
47 47
       /** @noinspection PhpIncludeInspection */
48 48
       include $path;
49
-    }
50
-    catch (\Exception $exception) {
49
+    } catch (\Exception $exception) {
51 50
       ob_end_clean();
52 51
       throw $exception;
53 52
     }
Please login to merge, or discard this patch.