ZF-6619: Invalid @return value for getLanguage()
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.
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.
Comments
Posted by Jan Pieper (jpieper) on 2009-05-12T02:33:12.000+0000
Attached diff to fix this mistake.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-12T06:54:20.000+0000
change from '@return language' to '@return string - language' at SVN r15554