wp-bootstrap/wp-bootstrap-gallery

View on GitHub

Showing 178 of 178 total issues

Tabs must be used to indent lines; spaces are not allowed
Open

            break;
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 4 space(s) between "'orderby'" and double arrow, but found 7.
Open

        'orderby'        => 'menu_order ID',
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 9 space(s) between "'id'" and double arrow, but found 12.
Open

        'id'            => $post->ID,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

            'post_status'        => 'inherit',
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Expected 1 space between comma and "4"; 0 found
Open

            $span_array = array( 12,4,4,4 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

            $span_array = array( 6,6,4,4,4 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

        'itemtag'        => 'figure',
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 8 space(s) between "'include'" and double arrow, but found 11.
Open

            'include'            => $include,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 6 space(s) between "'post_type'" and double arrow, but found 9.
Open

            'post_type'            => 'attachment',
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

            /* One 2/3 width image with two 1/3 width images to the right, and three 1/3 width images underneath. */
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

        'id'            => $post->ID,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

    $itemtag    = tag_escape( $itemtag );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 4 space(s) between "'columns'" and double arrow, but found 7.
Open

        'columns'        => 3,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

            break;
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

            'include'            => $include,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

        case 2:
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Spaces must be used for mid-line alignment; tabs are not allowed
Open

            'post_mime_type'    => 'image',
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Expected 1 space between comma and "4"; 0 found
Open

            $span_array = array( 8,4,4 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Array double arrow not aligned correctly; expected 8 space(s) between "'exclude'" and double arrow, but found 11.
Open

            'exclude'            => $exclude,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

Expected 1 space between comma and "6"; 0 found
Open

            $span_array = array( 12,6,6,4 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer
Severity
Category
Status
Source
Language