Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return $compressed;
Avoid too many return
statements within this method. Open
Open
return ($this->use & SERVICES_JSON_SUPPRESS_ERRORS)
? 'null'
: new Services_JSON_Error(gettype($var)." can not be encoded as JSON string");
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $return;
Avoid too many return
statements within this method. Open
Open
return !in_array( $check['host'], $accessible_hosts ); //Inverse logic, If it's in the array, then we can't access it.
Avoid too many return
statements within this method. Open
Open
return new WP_Error( 'http_request_failed', $curl_error );
Avoid too many return
statements within this method. Open
Open
return '[' . join(',', $elements) . ']';
Avoid too many return
statements within this method. Open
Open
return $property;
Avoid too many return
statements within this method. Open
Open
return $utf8;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return new WP_Error( 'http_request_failed', __( 'Failed to write request to temporary file.' ) );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $response;
Avoid too many return
statements within this method. Open
Open
return new WP_Error( 'http_request_failed', __( 'Failed to write request to temporary file.' ) );
Avoid too many return
statements within this method. Open
Open
return '{' . join(',', $properties) . '}';
Avoid too many return
statements within this method. Open
Open
return '{' . join(',', $properties) . '}';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return;