Showing 1,262 of 1,262 total issues
Found precision alignment of 1 spaces. Open
Open
'post' => 1,
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
endif;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$msg[] = '</p></div>';
- Exclude checks
Expected 1 space before close parenthesis; 0 found Open
Open
$version = (isset( $options['version'] )) ? $options['version'] : '0';
- Exclude checks
Expected 1 space after comma in function call; 13 found Open
Open
add_filter( 'query_vars', array( $this, 'query_vars' ) );
- Exclude checks
Array double arrow not aligned correctly; expected 8 space(s) between "'type'" and double arrow, but found 13. Open
Open
'type' => 'textarea',
- Exclude checks
Assignments must be the first block of code on a line Open
Open
if ( false !== ( $ref = $node->getAttribute( 'href' ) ) && false !== stristr( $ref, 'note' ) ) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
3, // [] png
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 6 :
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$the_excerpt = strip_tags( strip_shortcodes( $the_excerpt ) ); //Strips tags and images
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space Open
Open
$the_excerpt = strip_tags( strip_shortcodes( $the_excerpt ) ); //Strips tags and images
- Exclude checks
A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. Open
Open
$msg[] = sprintf( __( 'Unable to create directory "<strong>%s</strong>". Is its parent directory writable by the server?','read-offline' ), $path );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
echo implode( PHP_EOL, $msg );
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'select'" and double arrow, but found 15. Open
Open
'select' => array(
- 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
Array double arrow not aligned correctly; expected 17 space(s) between "'title'" and double arrow, but found 12. Open
Open
'title' => '<span class="warning">' . __( 'Please report issues', 'read-offline' ) . '</span>',
- Exclude checks
Array double arrow not aligned correctly; expected 18 space(s) between "'href'" and double arrow, but found 13. Open
Open
'href' => 'https://github.com/soderlind/read-offline/issues/new',
- Exclude checks
Array double arrow not aligned correctly; expected 12 space(s) between "'capability'" and double arrow, but found 7. Open
Open
'capability' => null,
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'0' == parent::$options['pdf_header']['default_header'][1] &&
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
1, // [] gif
- Exclude checks