chemiker/e.nigma-2015

View on GitHub
src/theme/comments.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 0 spaces before closing bracket; 1 found
Open

                    <?php if ( get_option( 'page_comments' ) ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

<?php if ( have_comments() ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    ));
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    <div class="pagebar comment">
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    <?php endif; ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    </aside>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    <?php if ( get_option( 'page_comments' ) ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                        <?php paginate_comments_links(); ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    <aside id="comments">
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                </li>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        <div class="modifyme">
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                <?php
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                        'avatar_size' => 60
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                <li>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        </div>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        <span class="category comment-category enigma-icon" data-icon="&#61733;" aria-hidden="true"></span>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    wp_list_comments(array(
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    </div>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            </ol>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            <ol class="commentlist">
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

                    <?php if ( get_option( 'page_comments' ) ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

                    <?php if ( get_option( 'page_comments' ) ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

                    <?php if ( get_option( 'page_comments' ) ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

<?php if ( have_comments() ) : ?>
Severity: Minor
Found in src/theme/comments.php by phpcodesniffer

There are no issues that match your filters.

Category
Status