bravesheep/dogmatist

View on GitHub
src/Builder.php

Summary

Maintainability
C
1 day
Test Coverage

Builder has 40 functions (exceeds 20 allowed). Consider refactoring.
Open

class Builder
{
    const DEFAULT_MIN = 0;
    const DEFAULT_MAX = 10;

Severity: Minor
Found in src/Builder.php - About 5 hrs to fix

    File Builder.php has 285 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Bravesheep\Dogmatist;
    use Bravesheep\Dogmatist\Exception\BuilderException;
    
    
    Severity: Minor
    Found in src/Builder.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status