Completed
Push — master ( 643987...ab0124 )
by Daryl
01:58
created
includes/class-geocoder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
 
92 92
     /**
93
-     * @param $url
93
+     * @param string $url
94 94
      * @return array|\WP_Error
95 95
      */
96 96
     private function _make_request( $url ) {
Please login to merge, or discard this patch.
includes/class-marker-model.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * Marker_Model constructor.
33
-     * @param array|object|string $address
34 33
      * @param array $args
35 34
      */
36 35
     function __construct( $args = array() ) {
Please login to merge, or discard this patch.