@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | * |
199 | 199 | * @since 1.0.0 |
200 | 200 | * |
201 | - * @return object A single instance of this class. |
|
201 | + * @return false|null A single instance of this class. |
|
202 | 202 | */ |
203 | 203 | public function dashboard_tabs($tab='general') { |
204 | 204 | if('api' !== $tab){ return false;} |
@@ -395,7 +395,6 @@ discard block |
||
395 | 395 | |
396 | 396 | /** |
397 | 397 | * Formats the error code into a readable format. |
398 | - * @param array $args |
|
399 | 398 | * @return array |
400 | 399 | */ |
401 | 400 | public function format_error_code($code=false){ |