src/handler/ServerMacroHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function process(string $keyword) : string
    {
        switch($keyword){
            case 'SERVER_NAME':
            case 'REQUEST_METHOD':
Severity: Minor
Found in src/handler/ServerMacroHandler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status