gocodebox/lifterlms

View on GitHub
includes/functions/llms.functions.certificate.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
98%

Method llms_get_certificate_sizes has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function llms_get_certificate_sizes() {

    $sizes = array(
        // ISO 216 sizes.
        'A3'           => array(
Severity: Minor
Found in includes/functions/llms.functions.certificate.php - About 1 hr to fix

    Method llms_get_certificate_fonts has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function llms_get_certificate_fonts() {
        /**
         * Determines whether or not webfonts are loaded from Google CDNs.
         *
         * @since 6.11.0
    Severity: Minor
    Found in includes/functions/llms.functions.certificate.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status