Completed
Push — master ( 07bfac...b814cf )
by Kamran
02:37
created
src/Geocode.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -27,8 +27,6 @@  discard block
 block discarded – undo
27 27
    /**
28 28
      * Constructor
29 29
      *
30
-     * @param string $address The address that is to be parsed
31
-     * @param boolean $secure_protocol true if you need to use HTTPS and false otherwise (Defaults to false)
32 30
      * @param string $key GMAPS API KEY
33 31
      */
34 32
     public function __construct($key = null)
@@ -53,8 +51,7 @@  discard block
 block discarded – undo
53 51
      * 
54 52
      * Sends request to the passed Google Geocode API URL and fetches the address details and returns them
55 53
      * 
56
-     * @param  string $url Google geocode API URL containing the address or latitude/longitude
57
-     * @return bool|object false if no data is returned by URL and the detail otherwise
54
+     * @return LocationInfo false if no data is returned by URL and the detail otherwise
58 55
      */
59 56
     public function get($address)
60 57
     {
Please login to merge, or discard this patch.