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

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

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

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

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

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

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

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

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

            $span_array = array( 6,6 );
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

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

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

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

            $span_array = array( 6,6,4,4,4 );
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

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

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

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

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

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

            'orderby'            => $orderby,
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

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

            /* Two half width images. */
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

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

            /* One full width image with three 1/3 width images underneath. */
Severity: Minor
Found in wp-bootstrap-gallery.php by phpcodesniffer

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

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

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

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