Passed
Push — master ( 834e6a...c98efb )
by Aimeos
03:44
created
lib/custom/src/MW/Logger/Laravel5.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,9 +51,12 @@
 block discarded – undo
51 51
 			$message = json_encode( $message );
52 52
 		}
53 53
 
54
-		try {
54
+		try
55
+		{
55 56
 			$this->logger->log( $this->getLogLevel( $priority ), $message );
56
-		} catch( \Exception $e ) {
57
+		}
58
+		catch( \Exception $e )
59
+		{
57 60
 			throw new Exception( $e->getMessage(), $e->getCode(), $e );
58 61
 		}
59 62
 
Please login to merge, or discard this patch.