Completed
Push — master ( 898e77...f00d09 )
by Daryl
04:31
created
includes/class-geocoder.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,6 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Convert the response body into an a Location object
75 75
      *
76
-     * @param  array $response
77 76
      * @return Location
78 77
      */
79 78
     private function _make_location( $results ) {
@@ -95,7 +94,7 @@  discard block
 block discarded – undo
95 94
 
96 95
 
97 96
     /**
98
-     * @param $url
97
+     * @param string $url
99 98
      * @return array|\WP_Error
100 99
      */
101 100
     private function _make_request( $url ) {
Please login to merge, or discard this patch.