e107inc/e107

View on GitHub
e107_plugins/import/import_user_class.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Avoid too many return statements within this method.
Open

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

    Avoid too many return statements within this method.
    Open

                    return 6;
    Severity: Major
    Found in e107_plugins/import/import_user_class.php - About 30 mins to fix

      Parameter $row has undeclared type \row
      Open

          function saveData($row)

      Returning type true but saveData() is declared to return int
      Open

              return true;

      Saw a token Phan may have failed to parse after '* @return integer, boolean - error code on failure, TRUE on success': after integer, saw ','
      Open

           * @return integer, boolean - error code on failure, TRUE on success

      Saw possibly unextractable annotation for a fragment of comment '* @param row - array of table data': after row, did not see an element name (will guess based on comment order)
      Open

           * @param row - array of table data

      There are no issues that match your filters.

      Category
      Status