Просмотр исходного кода

Document partial log records being sent to isHandling

Jordi Boggiano 11 лет назад
Родитель
Сommit
556c56483f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Monolog/Handler/HandlerInterface.php

+ 1 - 1
src/Monolog/Handler/HandlerInterface.php

@@ -29,7 +29,7 @@ interface HandlerInterface
      * is no guarantee that handle() will not be called, and isHandling() might not be called
      * for a given record.
      *
-     * @param array $record
+     * @param array $record Partial log record containing only a level key
      *
      * @return Boolean
      */