Completed
Push — master ( b814cf...f1473b )
by Kamran
13:45 queued 06:55
created
src/Geocode.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@
 block discarded – undo
51 51
      * 
52 52
      * Sends request to the passed Google Geocode API URL and fetches the address details and returns them
53 53
      * 
54
-     * @param  string $url Google geocode API URL containing the address or latitude/longitude
55
-     * @return bool|object false if no data is returned by URL and the detail otherwise
54
+     * @return Location false if no data is returned by URL and the detail otherwise
56 55
      */
57 56
     public function get($address)
58 57
     {
Please login to merge, or discard this patch.