Added missing method documentation

This commit is contained in:
Gregory Oschwald 2013-07-16 09:48:45 -07:00
parent 630765f924
commit 1d1dcec74c

View File

@ -140,6 +140,9 @@ class Reader
return new $class($record, $this->languages);
}
/**
* Closes the GeoIP2 database and returns the resources to the system.
*/
public function close()
{
$this->dbReader->close();