autowp/image

View on GitHub
src/ConfigProvider.php

Summary

Maintainability
A
1 hr
Test Coverage
D
63%

Showing 2 of 2 total issues

Method getConsoleConfig has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function getConsoleConfig(): array
{
return [
'router' => [
'routes' => [
Severity: Minor
Found in src/ConfigProvider.php - About 1 hr to fix

    The class ConfigProvider has a coupling between objects value of 13. Consider to reduce the number of dependencies under 13.
    Open

    class ConfigProvider
    {
    public function __invoke(): array
    {
    return [
    Severity: Minor
    Found in src/ConfigProvider.php by phpmd
    Category
    Status