chemiker/e.nigma-2015

View on GitHub
src/theme/single-jetpack-portfolio.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    <?php previous_post_link( 

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

        '<span class="post-navigation previous-post">%link</span>', 

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

        '&raquo;<span class="screen-reader-text">%title</span>'

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

     ); ?>

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

     ); ?>

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

        <?php echo $post_vars['thumbnail'] ?>

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

    </div>

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

        <?php the_content(); ?>

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

    $post_vars = \enigma\Content::get_post_vars( $format );

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>'; ?>

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

    <?php next_post_link( '<span class="post-navigation next-post">%link</span>', 

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

    $format = get_post_format();

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

    <div class="modifyme singlepage">

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

        '&laquo;<span class="screen-reader-text">%title</span>'

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

    get_header(); 

Space after opening parenthesis of function call prohibited
Open

    $post_vars = \enigma\Content::get_post_vars( $format );

Opening parenthesis of a multi-line function call must be the last content on the line
Open

    <?php next_post_link( '<span class="post-navigation next-post">%link</span>', 

Multi-line function call not indented correctly; expected 4 spaces but found 5
Open

     ); ?>

Whitespace found at end of line
Open

    <?php previous_post_link( 

Whitespace found at end of line
Open

        '<span class="post-navigation previous-post">%link</span>', 

Whitespace found at end of line
Open

    <?php next_post_link( '<span class="post-navigation next-post">%link</span>', 

Whitespace found at end of line
Open

    get_header(); 

Expected 0 spaces before closing bracket; 1 found
Open

    $post_vars = \enigma\Content::get_post_vars( $format );

Multi-line function call not indented correctly; expected 4 spaces but found 5
Open

     ); ?>

Whitespace found at end of line
Open

<?php 

There are no issues that match your filters.

Category
Status