Showing 1,262 of 1,262 total issues
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space Open
Open
$the_excerpt = $the_post->post_content; //Gets post_content to be used as a basis for the excerpt
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'hidden'" and double arrow, but found 11. Open
Open
'hidden' => true,
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
'0' => __( 'None', 'read-offline' ),
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
'#fieldrow-print_css' => __( 'Custom CSS (added below)', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'attributes'" and double arrow, but found 7. Open
Open
'attributes' => array(
- Exclude checks
Array double arrow not aligned correctly; expected 4 space(s) between "'options'" and double arrow, but found 10. Open
Open
'options' => array(
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
// 'language' => 'css', // available languages https://github.com/ajaxorg/ace/tree/master/lib/ace/mode
- Exclude checks
Found precision alignment of 2 spaces. Open
Open
'gutter' => true,
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
)
- Exclude checks
Array closer not aligned correctly; expected 12 space(s) but found 13 Open
Open
)
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
break;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 2 :
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return $im;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$the_post = get_post( $post_id ); //Gets post ID
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
array_pop( $words );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = sprintf( __( 'Unable to remove cache directory "<strong>%s</strong>". Is it and its directories writable by the server?','read-offline' ), $directory );
- Exclude checks
Array double arrow not aligned correctly; expected 7 space(s) between "'help'" and double arrow, but found 14. Open
Open
'help' => __( 'Help text', 'read-offline' ),
- Exclude checks
Array double arrow not aligned correctly; expected 6 space(s) between "'title'" and double arrow, but found 12. Open
Open
'title' => __( 'Print Style', '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' => 'ace',
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 3 spaces Open
Open
$this->html = '<h1 class="entry-title">' . get_the_title( $post->ID ) . '</h1>';
- Exclude checks