Passed
Pull Request — master (#36)
by Raúl
04:52
created
controllers/front/AbstractController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                 if (isset($data['trace'])) {
65 65
                     $logEntry->setTrace($data['trace']);
66 66
                 }
67
-            }  elseif (!is_null($exception)) {
67
+            } elseif (!is_null($exception)) {
68 68
                 $logEntry->error($exception);
69 69
             }
70 70
 
Please login to merge, or discard this patch.