ZF-10058: Zend_Console_Getopt::_addRulesModeZend will throw an Exception
Description
Zend_Console_Getopt::_addRulesModeZend will throw an Exception when a provider has a parameter with strlen() == 1 or 2 or more parameters with equal first character in the create method. for instance:
public function create($ba, $bb) {}
Comments
No comments to display