chemiker/e.nigma-2015

View on GitHub

Showing 921 of 921 total issues

Space after opening parenthesis of function call prohibited
Open

        <input id="s-<?php echo $form_id; ?>" type="search" class="search-field" placeholder="<?php echo esc_attr( 'Search &hellip;', 'e.nigma-2015' ) ?>" value="<?php echo get_search_query() ?>" name="s" title="<?php echo esc_attr( 'Search for:', 'e.nigma-2015' ) ?>" />
Severity: Minor
Found in src/theme/searchform.php by phpcodesniffer

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 );

Line indented incorrectly; expected 8 spaces, found 12
Open

            if ( $numpages > 1 ) :
Severity: Minor
Found in src/theme/single.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

            if ( $numpages > 1 ) :
Severity: Minor
Found in src/theme/single.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

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

Expected 0 spaces after opening bracket; 1 found
Open

                <?php echo $post_vars['meta'];  if ( comments_open() ) : ?>
Severity: Minor
Found in src/theme/index.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

        <span class="screen-reader-text"><?php  __( 'Search for:', 'e.nigma-2015' ) ?></span>
Severity: Minor
Found in src/theme/searchform.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

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

Expected 0 spaces before closing bracket; 1 found
Open

<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
Severity: Minor
Found in src/theme/searchform.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

        <input id="s-<?php echo $form_id; ?>" type="search" class="search-field" placeholder="<?php echo esc_attr( 'Search &hellip;', 'e.nigma-2015' ) ?>" value="<?php echo get_search_query() ?>" name="s" title="<?php echo esc_attr( 'Search for:', 'e.nigma-2015' ) ?>" />
Severity: Minor
Found in src/theme/searchform.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 before closing bracket; 1 found
Open

        <input id="s-<?php echo $form_id; ?>" type="search" class="search-field" placeholder="<?php echo esc_attr( 'Search &hellip;', 'e.nigma-2015' ) ?>" value="<?php echo get_search_query() ?>" name="s" title="<?php echo esc_attr( 'Search for:', 'e.nigma-2015' ) ?>" />
Severity: Minor
Found in src/theme/searchform.php by phpcodesniffer

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

     ); ?>

Space after opening parenthesis of function call prohibited
Open

        <?php echo apply_filters( 'the_content', $post_vars['content'] ); ?>
Severity: Minor
Found in src/theme/single.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

    if ( $wp_query->max_num_pages > 1 ) :
Severity: Minor
Found in src/theme/index.php by phpcodesniffer

Whitespace found at end of line
Open

<?php 

Multi-line function call not indented correctly; expected 8 spaces but found 9
Open

         ); ?>
Severity: Minor
Found in src/theme/single.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

Expected 0 spaces before closing bracket; newline found
Open

            wp_link_pages(array(
Severity: Minor
Found in src/theme/single.php by phpcodesniffer
Severity
Category
Status
Source
Language