src/Build/Setup.php
Method makeConfigBlueprint
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function makeConfigBlueprint()
{
$component_blueprint = $this->blueprints->getFor(self::COMPONENT_CLASS);
if (!$component_blueprint) {
throw new LogicException(
Method makeComponentBlueprint
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function makeComponentBlueprint()
{
$blueprint = new Blueprint(self::COMPONENT_CLASS, [
new CustomInstruction(function (Scaffold $s) {