@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | /** |
31 | 31 | * Get the singleton instance of this class |
32 | 32 | * @since 2.2.2 |
33 | - * @return object |
|
33 | + * @return CMB2_Ajax |
|
34 | 34 | */ |
35 | 35 | public static function get_instance() { |
36 | 36 | if ( ! ( self::$instance instanceof self ) ) { |
@@ -221,7 +221,6 @@ discard block |
||
221 | 221 | * |
222 | 222 | * @since 1.3.0 |
223 | 223 | * @param string $meta_key Postmeta's key |
224 | - * @param mixed $meta_value (Optional) value of the postmeta to be saved |
|
225 | 224 | */ |
226 | 225 | protected function cache_action( $meta_key ) { |
227 | 226 | $func_args = func_get_args(); |