e107inc/e107

View on GitHub
e107_core/shortcodes/single/custom.php

Summary

Maintainability
A
1 hr
Test Coverage
F
10%

Avoid too many return statements within this method.
Open

            return $tp->parseTemplate('{WMESSAGE}');
Severity: Major
Found in e107_core/shortcodes/single/custom.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                return '';
    Severity: Major
    Found in e107_core/shortcodes/single/custom.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return $text;
      Severity: Major
      Found in e107_core/shortcodes/single/custom.php - About 30 mins to fix

        Reference to undeclared constant \LOGINC_SEP
        Open

                    $sep = (defined('LOGINC_SEP')) ? LOGINC_SEP : "<span class='loginc sep'>.:.</span>";
        Severity: Minor
        Found in e107_core/shortcodes/single/custom.php by phan

        There are no issues that match your filters.

        Category
        Status