1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Adjusted docblock

This commit is contained in:
Jordi Boggiano
2011-06-29 18:24:58 +02:00
parent 8492eb74b3
commit c465a5dd02

View File

@@ -18,8 +18,6 @@ use Monolog\Formatter\LineFormatter;
/** /**
* Base Handler class providing the Handler structure * Base Handler class providing the Handler structure
* *
* Classes extending it should (in most cases) only implement write($record)
*
* @author Jordi Boggiano <j.boggiano@seld.be> * @author Jordi Boggiano <j.boggiano@seld.be>
*/ */
abstract class AbstractHandler implements HandlerInterface abstract class AbstractHandler implements HandlerInterface