diff --git a/src/Monolog/Handler/SocketHandler.php b/src/Monolog/Handler/SocketHandler.php index 32a9295d..c4768cef 100644 --- a/src/Monolog/Handler/SocketHandler.php +++ b/src/Monolog/Handler/SocketHandler.php @@ -1,6 +1,12 @@ + +/* + * 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; @@ -13,6 +19,7 @@ use Monolog\Handler\SocketHandler\Exception\WriteToSocketException; /** * Stores to any socket - uses fsockopen() or pfsockopen(). * + * @author Pablo de Leon Belloc * @see http://php.net/manual/en/function.fsockopen.php */ class SocketHandler extends AbstractProcessingHandler