daveearley/cli.fyi

View on GitHub
src/Factory/HandlerFactory.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method create has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create(string $handlerName): AbstractHandler
    {
        switch ($handlerName) {
            case EmailHandler::class:
                return new EmailHandler(
Severity: Major
Found in src/Factory/HandlerFactory.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status