Completed
Push — master ( 7c8768...743de6 )
by Michael
02:24
created
src/EventListener/AnalyticsSubscriber.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@
 block discarded – undo
82 82
 		try
83 83
 		{
84 84
 			$this->analytics->sendPageview();
85
-		}
86
-		catch (\Exception $e)
85
+		} catch (\Exception $e)
87 86
 		{
88 87
 			// Log the error for reference
89 88
 			$this->logger->error(
Please login to merge, or discard this patch.