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

Fixes DocBlock in Zend_Log_Writer_Abstract

Frank Brückner 11 лет назад
Родитель
Сommit
9913adefea
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      library/Zend/Log/Writer/Abstract.php

+ 2 - 1
library/Zend/Log/Writer/Abstract.php

@@ -48,8 +48,9 @@ abstract class Zend_Log_Writer_Abstract implements Zend_Log_FactoryInterface
     /**
      * Add a filter specific to this writer.
      *
-     * @param  Zend_Log_Filter_Interface  $filter
+     * @param  Zend_Log_Filter_Interface|int $filter Filter class or filter priority
      * @return Zend_Log_Writer_Abstract
+     * @throws Zend_Log_Exception
      */
     public function addFilter($filter)
     {