Parcourir la source

add licensce and move @author to phpdoc

Pablo Belloc il y a 14 ans
Parent
commit
9f5681fa81
1 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 9 2
      src/Monolog/Handler/SocketHandler.php

+ 9 - 2
src/Monolog/Handler/SocketHandler.php

@@ -1,6 +1,12 @@
 <?php
-/**
- * @author Pablo de Leon Belloc <pablolb@gmail.com>
+
+/*
+ * This file is part of the Monolog package.
+ *
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
+ *
+ * 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 <pablolb@gmail.com>
  * @see http://php.net/manual/en/function.fsockopen.php
  */
 class SocketHandler extends AbstractProcessingHandler