The phpdoc comment of Zend_Locale::getLanguage() says it returns "language". I don't think that this is a valid datatype or classname. I think it should be "string" instead.
Description
The phpdoc comment of Zend_Locale::getLanguage() says it returns "language". I don't think that this is a valid datatype or classname. I think it should be "string" instead.
Attached diff to fix this mistake.