daikon-cqrs/boot

View on GitHub
src/Bootstrap/BootstrapTrait.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method loadConfiguration has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function loadConfiguration(array $bootParams): ConfigProviderInterface
    {
        $bootParams['daikon'] = ['config_dir' => dirname(dirname(__DIR__)) . '/config'];
        return new ConfigProvider(
            new ConfigProviderParams(
Severity: Minor
Found in src/Bootstrap/BootstrapTrait.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status