Passed
Push — master ( 65f2fd...a92f6e )
by Fernando
02:12
created
classes/class-lsx-api-manager.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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){
Please login to merge, or discard this patch.