ZF-9541: Zend_Tool_Framework_Client_Console_ArgumentParser Doesn't Declare Property _manifestRepository
Description
The class property _manifestRepository isn't declared with the other class properties in Zend_Tool_Framework_Client_Console_ArgumentParser. I.e. there is nothing like
/**
* Holds the manifest repository taken from the registry.
*
* @var Zend_Tool_Framework_Manifest_Repository
*/
protected $_manifestRepository;
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-21T13:01:12.000+0000
Fixed in trunk at r22877, in 1.10 branch at r22878.