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
Open
'0' => __( 'No ', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'4'" and double arrow, but found 20. Open
Open
'4' => __( 'H4', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 24 space(s) between "'none'" and double arrow, but found 17. Open
Open
'none' => __( 'None', 'read-offline' ),
- 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 "'options'" and double arrow, but found 10. Open
Open
'options' => array(
- Exclude checks
Array item not aligned correctly; expected 20 spaces but found 18 Open
Open
'gutter' => true,
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'page_slug'" and double arrow, but found 8. Open
Open
'page_slug' => 'read_offline_mobi',
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'3'" and double arrow, but found 20. Open
Open
'3' => __( 'H3', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'section_id'" and double arrow, but found 7. Open
Open
'section_id' => 'mobi',
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'screen_icon'" and double arrow, but found 6. Open
Open
'screen_icon' => 'page',
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'type'" and double arrow, but found 13. Open
Open
'type' => 'revealer',
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'field_id'" and double arrow, but found 9. Open
Open
'field_id' => 'headertext',
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'0' == parent::$options['pdf_header']['default_header'][2] ) ) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$allowed_types = array(
- Exclude checks
Terminating statement must be indented to the same level as the CASE body Open
Open
break;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$the_excerpt = '<p>' . $the_excerpt . '</p>';
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'style'" and double arrow, but found 17. Open
Open
'style' => 'width:600px;max-width:600px;height:100%;max-height:200px;',
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'default'" and double arrow, but found 10. Open
Open
'default' => '0',
- Exclude checks
Space after opening control structure is required Open
Open
if( (bool) self::$options['what']['formats']['epub'] ) {
- Exclude checks
Space after opening control structure is required Open
Open
if( (bool) self::$options['what']['formats']['pdf'] ) {
- Exclude checks