soderlind/read-offline

View on GitHub

Showing 1,262 of 1,262 total issues

No space before opening parenthesis is prohibited
Open

        if( (bool) self::$options['what']['formats']['epub'] ) {
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

            case 1 :
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

        }
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

                return $post_id; }
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 10.
Open

                'default'          => file_get_contents( READOFFLINE_PATH . '/templates/print/custom-print.css' ),

Found precision alignment of 2 spaces.
Open

                  // 'theme'               => 'chrome', //available themes https://github.com/ajaxorg/ace/tree/master/lib/ace/theme

Tabs must be used to indent lines; spaces are not allowed
Open

        }
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

                $im = imageCreateFromBmp( $filepath );
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

        $words = explode( ' ', $the_excerpt, $excerpt_length + 1 );
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

                   'help'              => __( 'Help text', 'read-offline' ),

Array double arrow not aligned correctly; expected 5 space(s) between "'default'" and double arrow, but found 10.
Open

                'default'          => "\"{TITLE}\" is written by {AUTHOR}. You'll find the original article at {DOCURL}",

Array closer not aligned correctly; expected 12 space(s) but found 13
Open

             ),

Array closer not aligned correctly; expected 12 space(s) but found 13
Open

             ),

Array double arrow not aligned correctly; expected 19 space(s) between "'0'" and double arrow, but found 26.
Open

                      '0'                          => __( 'None', 'read-offline' ),

Array double arrow not aligned correctly; expected 3 space(s) between "'field_id'" and double arrow, but found 9.
Open

                'field_id'         => 'style',

Array item not aligned correctly; expected 20 spaces but found 22
Open

                      'theme_style'                => __( 'The site theme style', 'read-offline' ),

Array double arrow not aligned correctly; expected 1 space(s) between "'attributes'" and double arrow, but found 7.
Open

                'attributes'       => array(

Array double arrow not aligned correctly; expected 9 space(s) between "'theme_style'" and double arrow, but found 16.
Open

                      'theme_style'                => __( 'The site theme style', 'read-offline' ),

Array double arrow not aligned correctly; expected 1 space(s) between "'select'" and double arrow, but found 15.
Open

                    'select'               => array(

Array double arrow not aligned correctly; expected 7 space(s) between "'help'" and double arrow, but found 14.
Open

                   'help'              => __( 'Help text', 'read-offline' ),
Severity
Category
Status
Source
Language