Issue Details (XML | Word | Printable)

Key: ZF-6619
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Satoru Yoshida
Reporter: Jan Pieper
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Invalid @return value for getLanguage()

Created: 12/May/09 02:32 AM   Updated: 12/May/09 06:54 AM   Resolved: 12/May/09 06:54 AM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Locale
Affects Version/s: 1.8.0
Fix Version/s: 1.8.2

Time Tracking:
Not Specified

File Attachments: 1. File ZF-6619.diff (0.3 kB)



 Description  « Hide

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.



Jan Pieper added a comment - 12/May/09 02:33 AM

Attached diff to fix this mistake.


Satoru Yoshida added a comment - 12/May/09 06:54 AM

change from '@return language' to '@return string - language' at SVN r15554