Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9913ade

Browse files
committed
Fixes DocBlock in Zend_Log_Writer_Abstract
1 parent 1090dc8 commit 9913ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/Zend/Log/Writer/Abstract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ abstract class Zend_Log_Writer_Abstract implements Zend_Log_FactoryInterface
4848
/**
4949
* Add a filter specific to this writer.
5050
*
51-
* @param Zend_Log_Filter_Interface $filter
51+
* @param Zend_Log_Filter_Interface|int $filter Filter class or filter priority
5252
* @return Zend_Log_Writer_Abstract
53+
* @throws Zend_Log_Exception
5354
*/
5455
public function addFilter($filter)
5556
{

0 commit comments

Comments
 (0)