Passed
Push — main ( e4a1c0...bae336 )
by Roberto
12:29
created
src/Controller/BaseController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $template  = new Template($path);
22 22
         $template->registerFilter(new SiteFilter());
23 23
 
24
-        if(isset($this->custom_filters)){
24
+        if(isset($this->custom_filters)) {
25 25
             foreach($this->custom_filters as $filter){
26 26
                 $template->registerFilter(new $filter());
27 27
             }
Please login to merge, or discard this patch.