Nayjest/Grids

View on GitHub
src/Build/Setup.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method makeConfigBlueprint has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function makeConfigBlueprint()
    {
        $component_blueprint = $this->blueprints->getFor(self::COMPONENT_CLASS);
        if (!$component_blueprint) {
            throw new LogicException(
Severity: Minor
Found in src/Build/Setup.php - About 1 hr to fix

    Method makeComponentBlueprint has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function makeComponentBlueprint()
        {
            $blueprint = new Blueprint(self::COMPONENT_CLASS, [
    
                new CustomInstruction(function (Scaffold $s) {
    Severity: Minor
    Found in src/Build/Setup.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status