ZF-10225: Parameter name typo in Zend_Tool_Framework_System_Provider_Version
Description
In docblock of "show" function, the type of "nameInclude" parameter is "bool", but the parsing result from provider-signature is "string".
Typo in docblock causes the problem:
@param bool $nameincluded
It should be:
@param bool $nameIncluded
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-01T20:06:02.000+0000
Fixed in trunk r22763, applied r22764 to 1.10 branch.