Passed
Push — master ( 106872...a7f4c5 )
by Henri
01:25
created
examples/index.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     
14 14
     Router::create()->dispatch();
15 15
 
16
-}catch(Exception $er){
16
+} catch(Exception $er){
17 17
 
18 18
     die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}.");
19 19
 
Please login to merge, or discard this patch.
src/HelperTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
             try{
124 124
                 $buffer_tpl = $this->getOB($this->path . DIRECTORY_SEPARATOR . $tpl . '.tpl.php');
125
-            }catch(\Exception $er){
125
+            } catch(\Exception $er){
126 126
                 var_dump($er);
127 127
                 die();
128 128
             }
Please login to merge, or discard this patch.