Completed
Push — master ( 48ecf0...b89558 )
by Daryl
02:14
created
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.