Showing 1,262 of 1,262 total issues
Tabs must be used to indent lines; spaces are not allowed Open
Open
2, // [] jpg
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$im = imageCreateFromJpeg( $filepath );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$excerpt_length = 35; //Sets excerpt length by word count
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return $mime_types;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
if ( count( $words ) > $excerpt_length ) :
- Exclude checks
Array item not aligned correctly; expected 12 spaces but found 9 Open
Open
'read-offline/([^/]+)/([^\.]+).(pdf|epub|mobi|docx|print)$' => sprintf( 'index.php?read_offline_id=%s&read_offline_name=%s&&read_offline_format=%s',$wp_rewrite->preg_index( 1 ),$wp_rewrite->preg_index( 2 ),$wp_rewrite->preg_index( 3 ) ),
- Exclude checks
Concat operator must be surrounded by a single space Open
Open
header( 'Content-Length: '.filesize( $attached_file ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = sprintf( __( 'Unable to create directory "<strong>%s</strong>". Is its parent directory writable by the server?','read-offline' ), $path );
- 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
$msg[] = '<strong>Read Offline</strong>: ';
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
}
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$mime_types[ $file_extention ] = $mime_type;
- Exclude checks
Concat operator must be surrounded by a single space Open
Open
header( 'Content-disposition: attachment; filename="'. basename( $attached_file ) .'"' );
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'read-offline/([^/]+)/([^\.]+).(pdf|epub|mobi|docx|print)$' => sprintf( 'index.php?read_offline_id=%s&read_offline_name=%s&&read_offline_format=%s',$wp_rewrite->preg_index( 1 ),$wp_rewrite->preg_index( 2 ),$wp_rewrite->preg_index( 3 ) ),
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space Open
Open
self::$options['mobi']['toc'] = 0;
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space Open
Open
$filename = sprintf( '%s.%s',$wp_query->query_vars['read_offline_name'],$wp_query->query_vars['read_offline_format'] );
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
),
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 22 Open
Open
'0' => __( 'None', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'help'" and double arrow, but found 13. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 17 space(s) between "'order'" and double arrow, but found 12. Open
Open
'order' => null,
- Exclude checks