Showing 1,262 of 1,262 total issues
Functions must not contain multiple empty lines in a row; found 2 empty lines Open
Open
- Exclude checks
Assignments must be the first block of code on a line Open
Open
for ( $i = 0, $len = sizeof( $entries ); $i < $len; $i++ ) {
- Exclude checks
Array item not aligned correctly; expected 16 spaces but found 17 Open
Open
'post' => 1,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
array_push( $words, '…' );
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space Open
Open
self::$options['epub']['toc'] = 0;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = '<div class="error"><p>';
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = '<div class="error"><p>';
- Exclude checks
A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. Open
Open
$msg[] = sprintf( __( 'Unable to remove cache directory "<strong>%s</strong>". Is it and its directories writable by the server?','read-offline' ), $directory );
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space Open
Open
$to_filename = sprintf( '%s.%s',$post->post_name,$file_extention );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
echo implode( PHP_EOL, $msg );
- Exclude checks
Concat operator must be surrounded by a single space Open
Open
header( 'Content-disposition: attachment; filename="'. basename( $attached_file ) .'"' );
- Exclude checks
Expected 1 space after open parenthesis; 0 found Open
Open
$version = (isset( $options['version'] )) ? $options['version'] : '0';
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = '</p></div>';
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
echo implode( PHP_EOL, $msg );
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space Open
Open
$mime_type = parent::$mime_types[ $docformat ];
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 22 Open
Open
'#fieldrow-print_css' => __( 'Custom CSS (added below)', 'read-offline' ),
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 18 Open
Open
// 'language' => 'css', // available languages https://github.com/ajaxorg/ace/tree/master/lib/ace/mode
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = sprintf( __( 'wp_upload_bits failed, error: "<strong>%s</strong>','read-offline' ), $error );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$im = imageCreateFromGif( $filepath );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
break;
- Exclude checks