Skip to content

Commit

Permalink
[fix] PHPDoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Nov 2, 2018
1 parent fc00fdf commit 5b805df
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 @@ -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').
*/
Expand Down

0 comments on commit 5b805df

Please sign in to comment.