Added missing method documentation
This commit is contained in:
parent
630765f924
commit
1d1dcec74c
|
@ -140,6 +140,9 @@ class Reader
|
||||||
return new $class($record, $this->languages);
|
return new $class($record, $this->languages);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Closes the GeoIP2 database and returns the resources to the system.
|
||||||
|
*/
|
||||||
public function close()
|
public function close()
|
||||||
{
|
{
|
||||||
$this->dbReader->close();
|
$this->dbReader->close();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user