vragovR/safecrow-api

View on GitHub
src/Plugin/AuthenticationPlugin.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function handleRequest(RequestInterface $request, callable $next, callable $first): Promise
    {
        switch ($request->getMethod()) {
            case 'POST':
                $data = sprintf(
Severity: Minor
Found in src/Plugin/AuthenticationPlugin.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status