src/views/invalid-api-key.php
<?php/** * Admin View: Notice - Invalid token message. */ Expected 0 spaces before closing bracket; 1 found
Expected 0 spaces after opening bracket; 1 found
Space after opening parenthesis of function call prohibitedif ( ! defined( 'ABSPATH' ) ) {Spaces must be used to indent lines; tabs are not allowed exit;} ?> <div class="vindi-alert notice vindi-warning">Spaces must be used to indent lines; tabs are not allowed
Line exceeds 120 characters; contains 213 characters
Expected 0 spaces before closing bracket; 1 found
Space after opening parenthesis of function call prohibited <p><strong><?php _e( 'Chave API Inválida', VINDI ); ?></strong>: <?php printf( __( 'A chave API utilizada não é uma chave válida! Por favor verifique as informações e tente novamente!', VINDI ) ); ?></p></div>