From 5b805dfd0a6a4473647b5de25666dc1af5eb4aa5 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 2 Nov 2018 13:17:31 +0300 Subject: [PATCH] [fix] PHPDoc syntax --- src/DavidePastore/Ipinfo/Ipinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DavidePastore/Ipinfo/Ipinfo.php b/src/DavidePastore/Ipinfo/Ipinfo.php index 82e1d27..bc410c5 100644 --- a/src/DavidePastore/Ipinfo/Ipinfo.php +++ b/src/DavidePastore/Ipinfo/Ipinfo.php @@ -197,7 +197,7 @@ public function getIpGeoDetails($ipAddress) * @param string $field The field value. * @param string $response The response from the server. * - * @return Ambigous <\DavidePastore\Ipinfo\Host, string> Returns an Host object if the request is + * @return \DavidePastore\Ipinfo\Host|string Returns an Host object if the request is * of the GEO type, a string otherwise. If the field value is different from the GEO type, it will * delete the last character ('\n'). */