Skip to content

Commit a8842ad

Browse files
committed
Add comment @method for PHPDoc
1 parent cf653c5 commit a8842ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Client.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
*
1111
* @author Nick Tsai <myintaer@gmail.com>
1212
* @version 1.0.0
13+
*
14+
* @method array directions(object $client, string $origin, string $destination, array $params=[])
15+
* @method array distanceMatrix(object $client, string $origin, string $destination, array $params=[])
16+
* @method array elevation(object $client, string $locations, array $params=[])
17+
* @method array geocode(object $client, string $address, array $params=[])
18+
* @method array reverseGeocode(object $client, string $latlng, array $params=[])
19+
* @method array geocode(object $client, string $address, array $params=[])
20+
* @method array geolocate(object $client, array $bodyParams=[])
21+
* @method array timezone(object $client, string $location, string $timestamp=null array $params=[])
1322
*/
1423
class Client
1524
{

0 commit comments

Comments
 (0)