ZF-8047: Zend_Db_Adapter_Abstract has incorrect phpdoc
Description
Zend_Db_Adapter_Abstract::__construct() throws both Zend_Db_Exception and Zend_Db_Adapter_Exception, but the phpdoc says it only throws Zend_Db_Adapter_Exception.
Zend_Db_Adapter_Abstract::__construct() throws both Zend_Db_Exception and Zend_Db_Adapter_Exception, but the phpdoc says it only throws Zend_Db_Adapter_Exception.
Comments
Posted by Ralph Schindler (ralph) on 2009-10-16T22:37:32.000+0000
Updated the constructor to throw proper exception.
Fixed in trunk in r18632, and in 1.9 release branch in r18633