Showing 5,566 of 7,504 total issues
Avoid too many return
statements within this method. Open
Open
return 'videotex-suppl';
Avoid too many return
statements within this method. Open
Open
return 'windows-949';
Avoid too many return
statements within this method. Open
Open
return 'windows-1253';
Avoid too many return
statements within this method. Open
Open
return $charset;
Avoid too many return
statements within this method. Open
Open
return $this->get_stylesheet();
Avoid too many return
statements within this method. Open
Open
return $this->get_theme_root_uri();
Avoid too many return
statements within this method. Open
Open
return array( 'file' => $new_file, 'url' => $url, 'error' => false );
Avoid too many return
statements within this method. Open
Open
return 0;
Avoid too many return
statements within this method. Open
Open
return apply_filters( 'default_option_' . $option, $default );
Avoid too many return
statements within this method. Open
Open
return apply_filters( 'is_email', false, $email, 'sub_invalid_chars' );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return 'struct';
Avoid too many return
statements within this method. Open
Open
return 'ISO_646.basic:1983';
Avoid too many return
statements within this method. Open
Open
return 'ISO_646.irv:1983';
Avoid too many return
statements within this method. Open
Open
return 'JIS_C6229-1984-a';
Avoid too many return
statements within this method. Open
Open
return 'Latin-greek-1';
Avoid too many return
statements within this method. Open
Open
return 'Ventura-US';
Avoid too many return
statements within this method. Open
Open
return SIMPLEPIE_CONSTRUCT_TEXT;
Avoid too many return
statements within this method. Open
Open
return chr(0xf0 | ($codepoint >> 18)) . chr(0x80 | (($codepoint >> 12) & 0x3f)) . chr(0x80 | (($codepoint >> 6) & 0x3f)) . chr(0x80 | ($codepoint & 0x3f));
Avoid too many return
statements within this method. Open
Open
return $this->feed_or_html();