eric-chau/jarvis

View on GitHub
src/Skill/DependencyInjection/ContainerProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

Method mountHttpComponents has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function mountHttpComponents(Jarvis $app)
    {
        $app['request'] = function (Jarvis $app): Request {
            $request = Request::createFromGlobals();

Severity: Minor
Found in src/Skill/DependencyInjection/ContainerProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status