NeroReflex/Gishiki

View on GitHub
src/Core/MVC/Controller/Plugins/RequestDeserializer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(RequestInterface &$request, ResponseInterface &$response, Application $app = null)
    {
        //this is important, NEVER forget!
        parent::__construct($request, $response, $app);

Severity: Minor
Found in src/Core/MVC/Controller/Plugins/RequestDeserializer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status