climbx/Dotenv

View on GitHub
src/Parser/ValueParserState.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

ValueParserState has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

class ValueParserState
{
    public const STEP_START = 'STEP_START';
    public const STEP_MIDDLE = 'STEP_MIDDLE';
    public const STEP_END = 'STEP_END';
Severity: Minor
Found in src/Parser/ValueParserState.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status