Passed
Push — master ( b1c60f...73b3e6 )
by Aimeos
02:08
created
lib/custom/src/MW/Logger/Monolog.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 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
 			throw new Exception( $e->getMessage(), $e->getCode(), $e );
66 66
 		}
67 67
 
Please login to merge, or discard this 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.