wp-bootstrap/wp-bootstrap-gallery

View on GitHub

Showing 178 of 178 total issues

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 before close parenthesis; 0 found
Open

    $float        = (is_rtl()) ? 'right' : 'left';
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

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

        case 4:
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

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

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

            /* Two half width images with fout 1/4 width images underneath. */
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

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

        'exclude'        => '',
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,4,4,4 );
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,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

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

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

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

Array double arrow not aligned correctly; expected 10 space(s) between "'order'" and double arrow, but found 13.
Open

            'order'                => $order,
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( 12 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

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

        case 6:
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,4,4,4 );
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

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

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

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

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

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

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

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

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

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

            'post_parent'        => $id,
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer
Severity
Category
Status
Source
Language