Completed
Push — master ( 30a09e...8dbb16 )
by Tobias
23:18
created
MapQuest.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@  discard block
 block discarded – undo
181 181
         return $query->getData(static::DATA_KEY_ADDRESS);
182 182
     }
183 183
 
184
+    /**
185
+     * @param string $endpoint
186
+     */
184 187
     private function getUrl($endpoint): string
185 188
     {
186 189
         if ($this->licensed) {
@@ -236,7 +239,6 @@  discard block
 block discarded – undo
236 239
     }
237 240
 
238 241
     /**
239
-     * @param string $url
240 242
      *
241 243
      * @return AddressCollection
242 244
      */
Please login to merge, or discard this patch.