Completed
Push — master ( 40b8f9...e7d3a7 )
by Daryl
01:32
created
includes/class-geocoder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param $url
121
+     * @param string $url
122 122
      * @return array|\WP_Error
123 123
      */
124 124
     private function _get_data( $url ) {
Please login to merge, or discard this patch.
tests/includes/testCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param $class
37
-     * @param $method
36
+     * @param \Clubdeuce\WPLib\Components\GoogleMaps\Marker_Model $class
37
+     * @param string $method
38 38
      * @return mixed
39 39
      */
40 40
     public function reflectionMethodInvoke( $class, $method )
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * @param $class
52
-     * @param $method
52
+     * @param string $method
53 53
      * @param $args
54 54
      * @return mixed
55 55
      */
Please login to merge, or discard this patch.