ZF-6434: Zend_Application's bootstrap() method retun nothing
Description
public method bootstrap of class Zend_Application must return instance of bootstrap now it without return public function bootstrap() { /here must be return/ $this->getBootstrap()->bootstrap(); }
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-27T04:49:44.000+0000
This has been reported previously and is already fixed in trunk and the 1.8 release branch.