Showing 1,262 of 1,262 total issues
Expected 1 space before ":"; 2 found Open
Open
( $refresh ) ? '?read-offline-code=' . $code : ''
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return false;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
switch ( $type ) {
- Exclude checks
There must be no space before the colon in a CASE statement Open
Open
case 1 :
- Exclude checks
Array double arrow not aligned correctly; expected 2 space(s) between "'section_id'" and double arrow, but found 7. Open
Open
'section_id' => 'print',
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'description'" and double arrow, but found 6. Open
Open
'description' => __( 'Enter header text here. The following aliases can be used:', 'read-offline' ) . ' {DATE}, {TODAY}, {TITLE}, {AUTHOR}, {DOCURL}, {SITENAME} ' . __( 'and','read-offline' ) . ' {SITEURL}',
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'style'" and double arrow, but found 20. Open
Open
'style' => 'width: 200px;',
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
// 'readonly' => false
- Exclude checks
Array item not aligned correctly; expected 16 spaces but found 17 Open
Open
'page' => 1,
- 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 = $the_post->post_content; //Gets post_content to be used as a basis for the excerpt
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 10 spaces but found 1 space Open
Open
$words = explode( ' ', $the_excerpt, $excerpt_length + 1 );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return $the_excerpt;
- 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' => 'print',
- 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 1 space(s) between "'style'" and double arrow, but found 17. Open
Open
'style' => 'width:100%;max-width:600px;height:100%;max-height:400px;',
- Exclude checks
Array double arrow not aligned correctly; expected 5 space(s) between "'hidden'" and double arrow, but found 11. Open
Open
'hidden' => true,
- Exclude checks
Equals sign not aligned correctly; expected 1 space but found 4 spaces Open
Open
$levels = array_map(
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'0' == parent::$options['pdffooter']['default_footer'][1] &&
- Exclude checks
Space found before comma in function call Open
Open
if ( strpos( $href, '//' ) !== 0 && in_array( substr( $href, 0, 1 ) , array( '/', '#', '?' ), true ) ) {
- Exclude checks