Passed
Push — master ( af2119...43eaa4 )
by Brayan
02:00
created
Ocrend/Kernel/Controllers/Controllers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         $this->template->addExtension($this->functions);
124 124
 
125 125
         # Debug disponible en twig
126
-        if($config['framework']['debug']) {
126
+        if ($config['framework']['debug']) {
127 127
           $this->template->addExtension(new \Twig_Extension_Debug());
128 128
         }
129 129
 
Please login to merge, or discard this patch.