php-vivace/di

View on GitHub
src/Container/Autowire.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get($id):?Factory
    {
        if (isset($this->factories[$id])) {
            return $this->factories[$id];
        } elseif (!$this->has($id)) {
Severity: Minor
Found in src/Container/Autowire.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status