Passed
Push — main ( 9e9016...17b057 )
by Marc
04:37
created
system/core/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
         $themeName = get_config()->getString(Config::KEY_THEME_NAME);
142 142
         $engineName = get_config()->getString(Config::KEY_TPL_ENGINE);
143 143
 
144
-        switch($engineName) {
144
+        switch ($engineName) {
145 145
             case 'twig':
146 146
                 $caching = false;
147 147
                 if (get_config()->getBool(Config::KEY_TPL_CACHING)) {
Please login to merge, or discard this patch.