Skip to content

Commit

Permalink
Merge pull request #41 from rvalitov/bug/PHPDoc-Ambigous
Browse files Browse the repository at this point in the history
[fix] PHPDoc syntax
  • Loading branch information
DavidePastore committed Nov 3, 2018
2 parents 6f43067 + 5b805df commit b5c3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DavidePastore/Ipinfo/Ipinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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').
* @throws InvalidTokenException
Expand Down

0 comments on commit b5c3c0c

Please sign in to comment.