susina/psr2-code-generator

View on GitHub
src/Config/GeneratorConfig.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method configureOptions has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function configureOptions(OptionsResolver $resolver): void
    {
        $resolver->setDefaults([
            'generateEmptyDocblock' => false,
            'enableSorting' => true,
Severity: Minor
Found in src/Config/GeneratorConfig.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status