chemiker/e.nigma-2015

View on GitHub
src/theme/page.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 0 spaces before closing bracket; 1 found
Open

    if ( comments_open() ) : ?>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

        <hr class="before_content" />
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

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

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

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

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

            <div id="comment_reply_form">
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

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

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

        <?php echo '<h2><a href="' . get_the_permalink() . '">' . get_the_title() . '</a></h2>'; ?>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

        <div id="comment_form">
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

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

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

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

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

    comments_template( '/comments.php', true );
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

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

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

                comment_form();
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

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

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

    if ( comments_open() ) : ?>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

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

            <span class="category enigma-icon" data-icon="&#61697;"></span>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

Whitespace found at end of line
Open

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

Closing brace indented incorrectly; expected 4 spaces, found 0
Open

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

Line indented incorrectly; expected 0 spaces, found 4
Open

    if ( comments_open() ) : ?>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

    comments_template( '/comments.php', true );
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

Whitespace found at end of line
Open

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

Expected 0 spaces before closing bracket; 1 found
Open

    comments_template( '/comments.php', true );
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

    if ( comments_open() ) : ?>
Severity: Minor
Found in src/theme/page.php by phpcodesniffer

There are no issues that match your filters.

Category
Status