soderlind/read-offline

View on GitHub

Showing 1,262 of 1,262 total issues

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

                'label'            => array(

Expected 1 space between comma and "// the section title "; 0 found
Open

                'title'            => __( 'Copyright','read-offline' ),// the section title

Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space
Open

            $text = str_ireplace( '%title%', $post->post_title,$text );

Expected 1 space after open parenthesis; 0 found
Open

            $str_info = (1 == parent::$options['how']['icons_only']) ? '' : sprintf( '%s',$document_type );

Found precision alignment of 2 spaces.
Open

              . '</div>'

Found precision alignment of 2 spaces.
Open

              . '</div>'

Found precision alignment of 2 spaces.
Open

                  . '

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

                    'epub' => 'ePub',

When a multi-item array uses associative keys, each value should start on a new line.
Open

                'default'          => array( 'pdf' => true, 'epub' => true, 'mobi' => true, 'docx' => false,'print' => true ),

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

                    'bottom'               => true,

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

                'section_id'       => 'where',

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

                'type'             => 'text',

Found precision alignment of 3 spaces.
Open

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

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

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

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

             ),

Found precision alignment of 2 spaces.
Open

              . "<div class='page_title'>"

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

                'page_slug'        => 'read_offline_options',    // the page slug that the section belongs to

Expected 1 space between comma and "// the section title "; 0 found
Open

                'title'            => __( 'What', 'read-offline' ),// the section title

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

                    'bottom'               => __( 'Bottom of post type', 'read-offline' ),

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

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