Details
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
Fixed in trunk r22763, applied r22764 to 1.10 branch.