Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this function. Open
Open
return media.ajax( options ).done( function() {
this.destroyed = true;
}).fail( function() {
this.destroyed = false;
});
Avoid too many return
statements within this function. Open
Open
return parseInt(v.replace(/[^0-9]/g, ''));
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return [];
Avoid too many return
statements within this function. Open
Open
return [targetNode];
Avoid too many return
statements within this function. Open
Open
return (targetNode && Element.descendantOf(targetNode, root)) ? [targetNode] : [];
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
if (node == targetNode) return [targetNode];
Avoid too many return
statements within this function. Open
Open
if (value < this.range.start) return this.range.start;
Avoid too many return
statements within this method. Open
Open
return PclZip::errorCode();
Avoid too many return
statements within this method. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return false
Avoid too many return
statements within this method. Open
Open
return $v_result;
Avoid too many return
statements within this method. Open
Open
return PclZip::errorCode();
Avoid too many return
statements within this method. Open
Open
return $p_result_list;
Avoid too many return
statements within this method. Open
Open
return(0);
Avoid too many return
statements within this method. Open
Open
return PclZip::errorCode();
Avoid too many return
statements within this method. Open
Open
return $p_list;
Avoid too many return
statements within this method. Open
Open
return new WP_Error('fs_error', __('Filesystem error'), $wp_filesystem->errors);
Avoid too many return
statements within this method. Open
Open
return 0;