dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

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

        ABT_ROOT_URI . '/vendor/citeproc.js',

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

    );

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

        'codepen',

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

            'show_in_rest'  => true,
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

            'single'        => true,
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

        ]
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

        add_post_meta(
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

    return $state;
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

    $authors = $xpath->query( '//meta[ @name="author" ]' );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    foreach ( $authors as $node ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $a = [
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $payload['issued'] = sanitize_text_field( $issued->getAttribute( 'content' ) );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    register_meta(
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

            'style'      => get_option( ABT_OPTIONS_KEY )['citation_style'],
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

        ];
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

            wp_slash( wp_json_encode( $state ) ),
Severity: Minor
Found in src/php/editor.php by phpcodesniffer

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

        $styles->styles[] = $current_style;
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    $raw  = wp_remote_retrieve_body( wp_safe_remote_get( $url ) );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer
Severity
Category
Status
Source
Language