chemiker/e.nigma-2015

View on GitHub

Showing 921 of 921 total issues

There must be no space before the colon in a CASE statement
Open

                case 'quote' : case 'link' :

Terminating statement must be indented to the same level as the CASE body
Open

                break;

Expected 0 spaces between argument "$format" and closing bracket; 1 found
Open

        public static function get_post_vars( $format = '' ) {

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

                'type' => 'theme_mod',

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

            $wp_customize->add_control( new \WP_Customize_Image_Control($wp_customize, 'image', array(

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

                'section'  => 'enigma_2015_information',

Opening brace of a class must be on the line after the definition
Open

    class Helper {

Method name "Content::get_post_vars" is not in camel caps format
Open

        public static function get_post_vars( $format = '' ) {

The closing brace for the class must go on the next line after the body
Open

    }

Terminating statement must be indented to the same level as the CASE body
Open

                break;

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

                'sanitize_callback' => 'esc_url_raw'

Method name "Content::get_category_symbol" is not in camel caps format
Open

        private static function get_category_symbol($format) {

Incorrect spacing between default value and equals sign for argument "$css"; expected 1 but found 0
Open

        private static function get_css($format, $css='') {

Opening brace of a class must be on the line after the definition
Open

    class Customizer {

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

        }

Each PHP statement must be on a line by itself
Open

        <?php previous_posts_link(); \enigma\Content::Pagebar(); next_posts_link();    ?> </div>
Severity: Minor
Found in src/theme/index.php by phpcodesniffer

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

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

Expected 0 spaces before closing bracket; 1 found
Open

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

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

    endif;
Severity: Minor
Found in src/theme/index.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

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