Passed
Push — 2021.01 ( e4d14d...c30de2 )
by Aimeos
02:55
created
lib/custom/src/MW/Logger/Monolog.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,8 @@
 block discarded – undo
61 61
 				$this->logger->log( $this->getLogLevel( $priority ), $message );
62 62
 			}
63 63
 		}
64
-		catch( \Exception $e ) {
64
+		catch( \Exception $e )
65
+		{
65 66
 			throw new Exception( $e->getMessage(), $e->getCode(), $e );
66 67
 		}
67 68
 
Please login to merge, or discard this patch.