Showing 1,262 of 1,262 total issues
Multi-line array item not aligned correctly; expected 20 spaces, but found 18 Open
Open
// 'theme' => 'chrome', //available themes https://github.com/ajaxorg/ace/tree/master/lib/ace/theme
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'0' == parent::$options['pdffooter']['default_footer'][2] ) ) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
if ( ! in_array( $type, $allowed_types ) ) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
case 3 :
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$type = exif_imagetype( $filepath ); // [] if you don't have exif you could use getImageSize()
- Exclude checks
There must be no space before the colon in a CASE statement Open
Open
case 2 :
- 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
break;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$the_excerpt = implode( ' ', $words );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
return $post_id; }
- 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 1 spaces. Open
Open
),
- Exclude checks
Array closer not aligned correctly; expected 12 space(s) but found 13 Open
Open
),
- Exclude checks
Array double arrow not aligned correctly; expected 1 space(s) between "'gutter'" and double arrow, but found 17. Open
Open
'gutter' => true,
- Exclude checks
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. Open
Open
$attachment_id = $wpdb->get_var( $wpdb->prepare( "SELECT wposts.ID FROM $wpdb->posts wposts, $wpdb->postmeta wpostmeta WHERE wposts.ID = wpostmeta.post_id AND wpostmeta.meta_key = '_wp_attached_file' AND wpostmeta.meta_value = '%s' AND wposts.post_type = 'attachment'", $attachment_url ) );
- Exclude checks
No space before opening parenthesis is prohibited Open
Open
if( (bool) self::$options['what']['formats']['pdf'] ) {
- Exclude checks
Found precision alignment of 1 spaces. Open
Open
'page' => 1,
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 10 spaces but found 1 space Open
Open
$type = exif_imagetype( $filepath ); // [] if you don't have exif you could use getImageSize()
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$im = imageCreateFromPng( $filepath );
- Exclude checks
Terminating statement must be indented to the same level as the CASE body Open
Open
break;
- Exclude checks