tommy-muehle/tooly-composer-script

View on GitHub
src/Factory/ToolFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function createTool($name, $directory, array $parameters)
    {
        $defaults = [
            'url' => null,
            'sign-url' => null,
Severity: Minor
Found in src/Factory/ToolFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status