daikon-cqrs/boot

View on GitHub
src/Middleware/Action/DaikonRequest.php

Summary

Maintainability
B
5 hrs
Test Coverage
F
0%

DaikonRequest has 41 functions (exceeds 20 allowed). Consider refactoring.
Open

class DaikonRequest implements ServerRequestInterface
{
    public const ERRORS = '_errors';
    public const PAYLOAD = '_payload';
    public const STATUS_CODE = '_status_code';
Severity: Minor
Found in src/Middleware/Action/DaikonRequest.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status