vindi/vindi-woocommerce

View on GitHub
src/templates/admin-gateway-settings.html.php

Summary

Maintainability
A
0 mins
Test Coverage

Inline control structures are not allowed
Open

<?php if (!defined( 'ABSPATH')) exit; ?>

Line exceeds 120 characters; contains 220 characters
Open

      <?php printf(__('É necessário um <strong> Certificado SSL </strong> para ativar este método de pagamento em modo de produção. Por favor, verifique se um certificado SSL está instalado em seu servidor !')); ?>

Line indented incorrectly; expected 8 spaces, found 6
Open

      <?php printf(__('É necessário um <strong> Certificado SSL </strong> para ativar este método de pagamento em modo de produção. Por favor, verifique se um certificado SSL está instalado em seu servidor !')); ?>

Expected 1 space after closing parenthesis; found 0
Open

<?php if (!$gateway->vindi_settings->check_ssl()): ?>

Space after opening parenthesis of function call prohibited
Open

<?php if (!defined( 'ABSPATH')) exit; ?>

Line indented incorrectly; expected 4 spaces, found 2
Open

  <?php $gateway->generate_settings_html(); ?>

There are no issues that match your filters.

Category
Status