Passed
Pull Request — master (#4)
by
unknown
03:50
created
lib/custom/src/MW/Logger/Laravel5.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,8 @@
 block discarded – undo
54 54
 
55 55
 			$this->logger->log( $message, $this->translatePriority( $priority ) );
56 56
 		}
57
-		catch( \Exception $e ) {
57
+		catch( \Exception $e )
58
+		{
58 59
 			throw new \Aimeos\MW\Logger\Exception( $e->getMessage(), $e->getCode(), $e );
59 60
 		}
60 61
 	}
Please login to merge, or discard this patch.