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

    }
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        )
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

                'given'  => $a[0],
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    /**
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $payload['og'][ $key ] = $value;
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

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

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

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

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

        if ( 'author' === $key ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $payload['sailthru'][ $key ] = $value;
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

     * Itemprop Tags.
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

     */
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

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

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

        if ( ! is_int( array_search( $a, $payload['authors'], true ) ) ) {
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    }
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

    $updated = update_post_meta(
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $key                   = sanitize_key( str_replace( ':', '_', $expl[1] ) );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $expl                       = explode( ':', $node->getAttribute( 'property' ), 2 );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

        $value = sanitize_text_field( $node->getAttribute( 'content' ) );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer

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

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

Line exceeds 120 characters; contains 123 characters
Open

    $authors = $xpath->query( '//*[ @itemprop="author" ][ not( ancestor::*[ @itemtype="http://schema.org/Comment" ] ) ]' );
Severity: Minor
Found in src/php/endpoints.php by phpcodesniffer
Severity
Category
Status
Source
Language