Showing 1,262 of 1,262 total issues
Array double arrow not aligned correctly; expected 1 space(s) between "'section_id'" and double arrow, but found 7. Open
Open
'section_id' => 'what', // the section ID
- Exclude checks
Array item not aligned correctly; expected 16 spaces but found 15 Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'type'" and double arrow, but found 13. Open
Open
'type' => 'radio',
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'0'" and double arrow, but found 20. Open
Open
'0' => __( 'No', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'attributes'" and double arrow, but found 7. Open
Open
'attributes' => array(
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space Open
Open
$text = parent::$options['how']['link_text'];
- Exclude checks
Expected 1 space before close parenthesis; 0 found Open
Open
$str_info = (1 == parent::$options['how']['icons_only']) ? '' : sprintf( '%s',$document_type );
- Exclude checks
Space found before comma in function call Open
Open
, ('print' == $type) ? __( 'Print','read-offline' ) : __( 'Download','read-offline' )
- Exclude checks
Space found before comma in function call Open
Open
, $str_info
- Exclude checks
Array double arrow not aligned correctly; expected 3 space(s) between "'pdf'" and double arrow, but found 1. Open
Open
'pdf' => 'PDF',
- Exclude checks
Space found before comma in function call Open
Open
'print' => __( 'Print' , 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'page_slug'" and double arrow, but found 8. Open
Open
'page_slug' => 'read_offline_options', // the page slug that the section belongs to
- 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' => 'placements',
- Exclude checks
Array double arrow not aligned correctly; expected 15 space(s) between "'help'" and double arrow, but found 13. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'title'" and double arrow, but found 12. Open
Open
'title' => __( 'Download link text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'1'" and double arrow, but found 20. Open
Open
'1' => __( 'Yes', 'read-offline' ),
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space Open
Open
$str_info = (1 == parent::$options['how']['icons_only']) ? '' : sprintf( '%s',$document_type );
- Exclude checks
Space found before comma in function call Open
Open
, $post->post_name
- Exclude checks
Expected 1 space before close parenthesis; 0 found Open
Open
, ('print' == $type) ? '' : $type
- Exclude checks
Expected 1 space between comma and "'print'"; 0 found Open
Open
'default' => array( 'pdf' => true, 'epub' => true, 'mobi' => true, 'docx' => false,'print' => true ),
- Exclude checks