daikon-cqrs/boot

View on GitHub
src/Middleware/ActionHandler.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method execute has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function execute(ActionInterface $action, DaikonRequest $request): ResponseInterface
    {
        try {
            if ($validator = $action->getValidator($request)) {
                $validatorDefinition = (new ValidatorDefinition('$', Severity::critical()))->withArgument($request);
Severity: Minor
Found in src/Middleware/ActionHandler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status