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