@@ -58,8 +58,7 @@ public function getDriver()
5858 *
5959 * @var string
6060 *
61- * @param string $ip
62- *
61+ * @param string $ip
6362 * @return GeoIP
6463 */
6564 public function setIp ($ ip )
@@ -96,8 +95,7 @@ public function getIp()
9695 * Get an array or single item of geoip data
9796 * Also stores data in memory for further requests.
9897 *
99- * @param string $property
100- *
98+ * @param string $property
10199 * @return array|string
102100 */
103101 public function get ($ property = '' )
@@ -115,7 +113,6 @@ public function get($property = '')
115113 * Get the raw geoip data from the driver.
116114 *
117115 * @param string
118- *
119116 * @return mixed
120117 */
121118 public function getRaw ()
@@ -143,9 +140,9 @@ public function getRaw()
143140 /**
144141 * Get an array or single item of geoip data.
145142 *
146- * @throws \PulkitJalan\GeoIP\Exceptions\GeoIPException
147- *
148143 * @return array
144+ *
145+ * @throws \PulkitJalan\GeoIP\Exceptions\GeoIPException
149146 */
150147 protected function getData ()
151148 {
@@ -172,12 +169,11 @@ protected function getData()
172169 /**
173170 * Magic call method for get*.
174171 *
175- * @param string $method
176- * @param array $parameters
172+ * @param string $method
173+ * @param array $parameters
174+ * @return mixed
177175 *
178176 * @throws \BadMethodCallException
179- *
180- * @return mixed
181177 */
182178 public function __call ($ method , $ parameters )
183179 {
0 commit comments