Passed
Branch master (af8266)
by Henri
02:51 queued 01:38
created
src/HelperTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
             try{
119 119
                 $buffer_tpl = $this->getOB($this->path . DIRECTORY_SEPARATOR . $tpl . '.tpl.php', $data);
120
-            }catch(Exception $er){
120
+            } catch(Exception $er){
121 121
                 throw $er;
122 122
             }
123 123
             
Please login to merge, or discard this patch.