Completed
Pull Request — master (#37)
by San
10:18
created
sources/lib/Controller/PommProfilerController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,8 +112,7 @@
 block discarded – undo
112 112
 
113 113
         if ($format === 'json') {
114 114
             $template = '@Pomm/Profiler/graph.html.twig';
115
-        }
116
-        else {
115
+        } else {
117 116
             $template = '@Pomm/Profiler/explain.html.twig';
118 117
         }
119 118
 
Please login to merge, or discard this patch.