bnomei/kirby3-dotenv

View on GitHub
classes/DotEnv.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(array $options = [], bool $useKirbyOptions = true)
    {
        $defaults = [
            'dir' => $useKirbyOptions ?
                option('bnomei.dotenv.dir') :
Severity: Minor
Found in classes/DotEnv.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status