e107inc/e107

View on GitHub
e107_plugins/import/providers/template_import_class.php

Summary

Maintainability
B
5 hrs
Test Coverage
F
0%

Avoid too many return statements within this method.
Open

                if ($result === false) return false;
Severity: Major
Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    if ($result === false) return false;
    Severity: Major
    Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      if ($result === false) return false;
      Severity: Major
      Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        if ($result === false) return false;
        Severity: Major
        Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return false;
          Severity: Major
          Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            if ($result === false) return false;
            Severity: Major
            Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              if ($result === false) return false;
              Severity: Major
              Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                    return TRUE;
                Severity: Major
                Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  if ($result === false) return false;
                  Severity: Major
                  Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                    if ($result === false) return false;
                    Severity: Major
                    Found in e107_plugins/import/providers/template_import_class.php - About 30 mins to fix

                      Assigning int to property but \template_import->myparam is false
                      Open

                              $this->myparam    = intval($_POST['news_author']);

                      Variable $var was undeclared, but array fields are being added to it.
                      Open

                              $var[0]['caption']    = "Optional Parameter";

                      There are no issues that match your filters.

                      Category
                      Status