ZF-9696: Interface Zend_Loader_Autoloader_Interface - incorrect return type for autoload() method
Description
PhpDoc for method Zend_Loader_Autoloader_Interface::autoload() is missing. One of the most important information is missing - that one, that method autoload() is supposed to return boolean value, TRUE if it has found $class. It can have significant influence on performance.
This non-documented feature comes up from analyzing Zend_Loader_Autoloader::autoload() method.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-28T17:24:11.000+0000
This was fixed in trunk r22235 see ZF-8637.
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-28T17:40:42.000+0000
Fixed in trunk r22913 and applied to release branch 1.10 r22914.