Skip to content

Commit

Permalink
Add comment @method for PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Sep 13, 2021
1 parent cf653c5 commit a8842ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
*
* @author Nick Tsai <[email protected]>
* @version 1.0.0
*
* @method array directions(object $client, string $origin, string $destination, array $params=[])
* @method array distanceMatrix(object $client, string $origin, string $destination, array $params=[])
* @method array elevation(object $client, string $locations, array $params=[])
* @method array geocode(object $client, string $address, array $params=[])
* @method array reverseGeocode(object $client, string $latlng, array $params=[])
* @method array geocode(object $client, string $address, array $params=[])
* @method array geolocate(object $client, array $bodyParams=[])
* @method array timezone(object $client, string $location, string $timestamp=null array $params=[])
*/
class Client
{
Expand Down

0 comments on commit a8842ad

Please sign in to comment.