Showing 1,262 of 1,262 total issues
No space before opening parenthesis is prohibited Open
Open
if( (bool) self::$options['what']['formats']['epub'] ) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 1 :
- 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
return $post_id; }
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 10. Open
Open
'default' => file_get_contents( READOFFLINE_PATH . '/templates/print/custom-print.css' ),
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
// 'theme' => 'chrome', //available themes https://github.com/ajaxorg/ace/tree/master/lib/ace/theme
- 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
$im = imageCreateFromBmp( $filepath );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$words = explode( ' ', $the_excerpt, $excerpt_length + 1 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 5 space(s) between "'default'" and double arrow, but found 10. Open
Open
'default' => "\"{TITLE}\" is written by {AUTHOR}. You'll find the original article at {DOCURL}",
- Exclude checks
Array closer not aligned correctly; expected 12 space(s) but found 13 Open
Open
),
- Exclude checks
Array closer not aligned correctly; expected 12 space(s) but found 13 Open
Open
),
- Exclude checks
Array double arrow not aligned correctly; expected 19 space(s) between "'0'" and double arrow, but found 26. Open
Open
'0' => __( 'None', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'field_id'" and double arrow, but found 9. Open
Open
'field_id' => 'style',
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 22 Open
Open
'theme_style' => __( 'The site theme style', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'attributes'" and double arrow, but found 7. Open
Open
'attributes' => array(
- Exclude checks
Array double arrow not aligned correctly; expected 9 space(s) between "'theme_style'" and double arrow, but found 16. Open
Open
'theme_style' => __( 'The site theme style', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'select'" and double arrow, but found 15. Open
Open
'select' => array(
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'help'" and double arrow, but found 14. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks