ChrisBAshton/smartresolution

View on GitHub
webapp/core/controller/RegisterController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method individualPost has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function individualPost ($f3) {
        mustBeLoggedInAsAn('Organisation');

        $email    = $f3->get('POST.email');
        $password = $f3->get('POST.password');
Severity: Minor
Found in webapp/core/controller/RegisterController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status