soderlind/read-offline

View on GitHub

Showing 1,262 of 1,262 total issues

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

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

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

                    '4'                    => __( 'H4', 'read-offline' ),

Array double arrow not aligned correctly; expected 24 space(s) between "'none'" and double arrow, but found 17.
Open

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

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 "'options'" and double arrow, but found 10.
Open

                'options'          => array(

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

                  'gutter'                 => true,

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

                'page_slug'        => 'read_offline_mobi',

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

                    '3'                    => __( 'H3', 'read-offline' ),

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

                'section_id'       => 'mobi',

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

                'screen_icon'      => 'page',

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

                'type'             => 'revealer',

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

                'field_id'         => 'headertext',

Found precision alignment of 1 spaces.
Open

                     '0' == parent::$options['pdf_header']['default_header'][2] ) ) {

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

        $allowed_types = array(
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

Terminating statement must be indented to the same level as the CASE body
Open

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

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

        $the_excerpt = '<p>' . $the_excerpt . '</p>';
Severity: Minor
Found in inc/class-read-offline.php by phpcodesniffer

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

                    'style'                 => 'width:600px;max-width:600px;height:100%;max-height:200px;',

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

                'default'          => '0',

Space after opening control structure is required
Open

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

Space after opening control structure is required
Open

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