From 1d1dcec74c7332d91e990c4ea31860ce38957858 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 16 Jul 2013 09:48:45 -0700 Subject: [PATCH] Added missing method documentation --- src/GeoIp2/Database/Reader.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GeoIp2/Database/Reader.php b/src/GeoIp2/Database/Reader.php index 799d9a0..5ff82b3 100644 --- a/src/GeoIp2/Database/Reader.php +++ b/src/GeoIp2/Database/Reader.php @@ -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();