ZF-10089: Zend_Log_Writer_Db::setFormatter should be compatible with should be compatible with that of Zend_Log_Writer_Abstract::setFormatter
Description
Zend_Log_Writer_Db issues a warning in strict mode because its setFormatter declaration does not have the Zend_Log_Formatter_Interface type hint for its argument while Zend_Log_Writer_Abstract does.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-01T06:50:39.000+0000
Thank your report fixed in trunk r22513.
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-01T07:13:49.000+0000
Merged to branch 1.10 r22514.