AppStateESS/homestead

View on GitHub
class/AjaxHMS.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function process()
    {
        // Set headers to allow Cross-origin scripting
        $rh = getallheaders();
        header('Allow: GET,HEAD,POST,PUT,DELETE,OPTIONS');
Severity: Minor
Found in class/AjaxHMS.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status