CaffGeek/MBACNationals

View on GitHub

Showing 7,504 of 7,504 total issues

Avoid too many return statements within this method.
Open

                return $decompressed;
Severity: Major
Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                        return new WP_Error( 'http_request_failed', __( 'Failed to write request to temporary file.' ) );
    Severity: Major
    Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return new WP_Error( 'http_request_failed', __( 'Too many redirects.' ) );
      Severity: Major
      Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return $redirect_response;
        Severity: Major
        Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return apply_filters('post_link', $permalink, $post, $leavename);
          Severity: Major
          Found in Web.Admin/2014/wordpress/wp-includes/link-template.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                return apply_filters( 'get_delete_post_link', wp_nonce_url( admin_url("$file.php?{$action}$var=$post->ID"), "trash-{$file}_" . $post->ID ), $context );
            Severity: Major
            Found in Web.Admin/2014/wordpress/wp-includes/link-template.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                  return apply_filters( 'get_edit_post_link', admin_url("$file.php?{$action}$var=$post->ID"), $post->ID, $context );
              Severity: Major
              Found in Web.Admin/2014/wordpress/wp-includes/link-template.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                        return $response;
                Severity: Major
                Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                              return !in_array( $check['host'], $bypass_hosts );
                  Severity: Major
                  Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                        return '{' . join(',', $properties) . '}';
                    Severity: Major
                    Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                              return $element;
                      Severity: Major
                      Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                                return $arr;
                        Severity: Major
                        Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                  return $absolute_path . '/' . ltrim( $path, '/' );
                          Severity: Major
                          Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            return new WP_Error( 'http_request_failed', sprintf( __( 'Could not open handle for fopen() to %s' ), $r['filename'] ) );
                            Severity: Major
                            Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                          return !preg_match($wildcard_regex, $check['host']);
                              Severity: Major
                              Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                            return false;
                                Severity: Major
                                Found in Web.Admin/2014/wordpress/wp-includes/class-http.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                                  return ($this->use & SERVICES_JSON_SUPPRESS_ERRORS)
                                                      ? 'null'
                                                      : new Services_JSON_Error(gettype($var)." can not be encoded as JSON string");
                                  Severity: Major
                                  Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                                return $arr;
                                    Severity: Major
                                    Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                  return apply_filters( 'get_edit_post_link', '', $post->ID, $context );;
                                      Severity: Major
                                      Found in Web.Admin/2014/wordpress/wp-includes/link-template.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                                return $obj;
                                        Severity: Major
                                        Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language