Added missing documentation on $languages param

This commit is contained in:
Gregory Oschwald 2013-08-02 13:34:53 -07:00
parent 3a560452af
commit decfda7e90

View File

@ -47,6 +47,8 @@ class Reader
* Constructor.
*
* @param string $filename The path to the GeoIP2 database file.
* @param array $languages List of language codes to use in name property
* from most preferred to least preferred.
* @throws \MaxMind\Db\Reader\InvalidDatabaseException if the database
* is corrupt or invalid
*/