Jordi Boggiano 14 лет назад
Родитель
Сommit
c465a5dd02
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/Monolog/Handler/AbstractHandler.php

+ 0 - 2
src/Monolog/Handler/AbstractHandler.php

@@ -18,8 +18,6 @@ use Monolog\Formatter\LineFormatter;
 /**
  * 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>
  */
 abstract class AbstractHandler implements HandlerInterface