diff --git a/src/Monolog/Handler/LogglyHandler.php b/src/Monolog/Handler/LogglyHandler.php index ecb0a4d3..c59c21bd 100644 --- a/src/Monolog/Handler/LogglyHandler.php +++ b/src/Monolog/Handler/LogglyHandler.php @@ -1,13 +1,13 @@ -* -* For the full copyright and license information, please view the LICENSE -* file that was distributed with this source code. -*/ + * This file is part of the Monolog package. + * + * (c) Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Monolog\Handler; @@ -15,12 +15,12 @@ use Monolog\Logger; use Monolog\Formatter\LogglyFormatter; /** -* Sends errors to Loggly. -* -* @author Przemek Sobstel -* @author Adam Pancutt -* @author Gregory Barchard -*/ + * Sends errors to Loggly. + * + * @author Przemek Sobstel + * @author Adam Pancutt + * @author Gregory Barchard + */ class LogglyHandler extends AbstractProcessingHandler { const HOST = 'logs-01.loggly.com';